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
Workaround is to simply pass scope. However I guess question is whether we can restore it from session. What is saved in session is controlled by custom script. I guess we can :
save scope (and any other parameters) via custom script
restore -> we need another method in custom script for example prepareAuthzRequest(AuthzRequest authzRequest). In this method script can get session and set it to authzRequest (restore it from session.).
In this way it will work not only for scope but it will be extandable solution for any parameters.
Thus I'm going to add one more method to authorization challenge custom script: prepareAuthzRequest(AuthzRequest authzRequest).
Requests:
Client entry:
Token entry:
token.csv.txt
The text was updated successfully, but these errors were encountered: