using a redirect code flow I cannot handleAuthorizationResponse
because of the state of the grant
#2018
Labels
handleAuthorizationResponse
because of the state of the grant
#2018
Using a redirect code flow will mean that I must recreate the state of the
AuthorizationCodeGrant
after redirect.The current implementation makes the state private.
AuthorizationCodeGrant
should be changed to be able to recreate the state or remove the state entirely.You can avoid the risk of calling methods on the grant out of sequence by providing any additionally required state in the method parameters.
The text was updated successfully, but these errors were encountered: