-
Hello, when receiving tokenSet by code flow in access_token there are no scopes. But when authorizing through for example postman, scopes are present in the access_token. Not sure what the problem is? Maybe need to specify some parameter when configuring openid-client? Example:
Issuer.discover response:
|
Beta Was this translation helpful? Give feedback.
Answered by
panva
Feb 8, 2021
Replies: 1 comment 1 reply
-
The tokenSet just gives you the properties received from the OpenID Provider. FYI the scope return property is also optional. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AndTem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tokenSet just gives you the properties received from the OpenID Provider. FYI the scope return property is also optional.