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
As you can see in #135 I added placeholder for some mutable informations, but during tests I never substitute the scopes_supported placeholder and test works fine.
Is it correct that this field is not used during all the flow?
The text was updated successfully, but these errors were encountered:
Looking at this seems that the scopes_supported is only reccomended and that the user can request a specific scope in the authorization and/or token call.
We are not using it since in our case the user specify the credential he/she want to obtain in the /par call with
As you can see in #135 I added placeholder for some mutable informations, but during tests I never substitute the
scopes_supported
placeholder and test works fine.Is it correct that this field is not used during all the flow?
The text was updated successfully, but these errors were encountered: