We’re getting the following error trying to sign up a new user with our own auth server:
Unknown iss claim in authorization token. Unable to find authentication profile with discovery endpoint https://xxxxxxx.com.
The auth profile has been created as an OpenID profile and definitely exists. The id_token sent to 8base contains the iss claim as the correct (and same as the auth profile) URL.
I’ve just enabled every single Role on the auth profile just to be certain, so there should be no role-based issues.
Any ideas where to start looking?