Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to use the auth_session in new authorization request when redirect to web #126

Open
janakamarasena opened this issue Nov 13, 2024 · 0 comments

Comments

@janakamarasena
Copy link

Under section 5.2.2.1. “Redirect to Web Error Response” the spec mentions

In this case, the client is expected to initiate a new OAuth
Authorization Code flow with PKCE according to [RFC6749] and
[RFC7636].

If the client expects the frequency of this error response to be
high, the client MAY include a PKCE ([RFC7636]) code_challenge in the
initial authorization challenge request. This enables the
authorization server to essentially treat the authorization challenge
request as a PAR [RFC9126] request, and return the request_uri and
expires_in as defined by [RFC9126] in the error response. The client
then uses the request_uri value to build an authorization request as
defined in [RFC9126] Section 4.

I think it would be good to add some text to the spec mentioning the possibility to use the auth_session in this new authorization request such that the user can continue the login from where the user left off. Something similar is mentioned in section 6.1. for step-up authentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant