-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add support for OAuth 2.0 Pushed Authorization Requests (PAR) #210
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
Comments
@TakahikoKawasaki Given that PAR is still in early draft phase, I'm curious if you know of any well-known OIDC providers that have implemented this as an experimental feature? |
PAR is still in draft state but stable. CDR (Consumer Data Right) in Australia has adopted PAR. The official OpenID conformance suite already contains test cases for PAR. It has been determined that PAR will become a component of the next version of Financial-grade API (FAPI). Authlete, Connect2id and node oidc-provider are examples that support PAR. |
OAuth 2.0 Pushed Authorization Requests is now published as RFC 9126. |
@TakahikoKawasaki / @jgrandja Started work on this, but I am unsure how to develop it properly in terms of how do I develop in both this project and the spring security project so that I can update that project too. Any examples of how to configure gradle to use the spring security project for the classes instead of the JARs from maven? That way I can complete that update too? |
After taking @jgrandja advise I have rewritten it to be not part of the core packages. However there are a number of issues that I don;t know how to address.
So I need help with point 3 to understand how to hook into the existing processes withoiut having to develop in the core package, so do I need to raise a Stack Exchange request? |
Hi, |
@vanhoanHoang No updates. It's still on hold and is not a priority at the moment. |
We are currently planning for Spring Authorization Server |
Closes spring-projectsgh-210 Signed-off-by: Joe Grandja <[email protected]>
Closes gh-210 Signed-off-by: Joe Grandja <[email protected]>
Closing in favour of gh-1925 |
Closes gh-210 Signed-off-by: Joe Grandja <[email protected]>
PAR (OAuth 2.0 Pushued Authorization Requests).
PAR has a considerably big impact on authorization server implementations, especially if
request_uri
(OIDC Core 1.0 Section 6.2) is not supported yet. It is recommended that the feature is designed and implemented from the beginning.The text was updated successfully, but these errors were encountered: