You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoint /profile/me it is a kind of token introspection, how to get this authorization server working with the introspection-uri in the opaque-token configuration in a resource server as follow?
The exposed endpoints are /oauth/token_key, /oauth/check_token and /oauth/token (to generate the token). Is the introspection endpoint the /oauth/check_token?