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
I have introduced the userInfo endpoint, because with RFC6749 there is no standard way of doing this. But still wanted to provide an endpoint that some basic user information is visible. I have seen RFC7662, but haven't taken the time to really dive into it.
To answer your questions:
It is not intended to be like RFC7662 altough I do think it could be a good option to implement
If not using RFC7662, then it should use bearer token and scopes should be decided by the implementation (default no scopes). But I am not sure yet how to provide this in a clear way. Perhaps something as passing CallRouter to the userInfoCallback and create an extension method for CallRouter, like respondInvalidSopces or missingScopes which responds in the correct way of oauth2. This gives the implementor more flexibility if they want to deny on scopes or something else.
With optional response fields are you referring to this. If so, then yes all
During the implementation of #30 it was decided that the user info endpoint should become a token info endpoint.
Questions:
token_info
scope?The text was updated successfully, but these errors were encountered: