DEV Community

Discussion on: Setting up an Authorization Server with OpenIddict - Part V - OpenID Connect

Collapse
 
zizounetgit profile image
zizounetgit

I still got this even if i Use the validation authentication scheme
The userinfo request was rejected because the mandatory 'access_token' parameter was missing.
info: OpenIddict.Server.OpenIddictServerDispatcher[0]
The response was successfully returned as a challenge response: {
"error": "missing_token",
"error_description": "The mandatory 'access_token' parameter is missing.",
"error_uri": "documentation.openiddict.com/error..."
}.