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

Dynamic Client Registration #934

Open
NoelDeMartin opened this issue Aug 24, 2018 · 3 comments
Open

Dynamic Client Registration #934

NoelDeMartin opened this issue Aug 24, 2018 · 3 comments

Comments

@NoelDeMartin
Copy link

RFC 7951 - OAuth 2.0 Dynamic Client Registration Protocol defines a protocol to register clients dynamically. This is useful to provide authentication for SPAs and other scenarios without backend that can't be trusted with client secrets, so authentication can be performed with a client_id unique to each instance.

@ezralazuardy
Copy link
Contributor

any update to this feature request?.. it'll be awesome if this library support dynamic registration protocol though..

@Ashk2a
Copy link

Ashk2a commented Aug 13, 2022

Bump! Any news about this feature ?

@adunsulag
Copy link

OpenEMR uses this library for our OAuth2 implementation and I've been investigating Unified Data Access Profiles (UDAP) https://www.udap.org/udap-dynamic-client-registration.html as a means of providing greater security guarantees for dynamic client registration. I'd prefer to have much of the UDAP implementation (error codes, responses, certificate chaining validation) built into oauth2-server library if possible. If I implemented this, would the project be open to a PR to bring this in?

If this isn't something you see as a need or desire to incorporate that's just fine and we will just keep it in our own project.

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

No branches or pull requests

5 participants