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

TODO: OAuth2.0 Dynamic Client Registration #706

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

JonathanHuot
Copy link
Member

I would like to start the discussion around the OAuth2.0 Dynamic Client Registration (#649) and see how it could be implemented in OAuthlib via endpoint and RequestValidator. That's an early proposal but feel free to chip in now.

Note also it can be extended to OpenID Dynamic Client Registration in a second step.

@auvipy
Copy link
Contributor

auvipy commented Nov 18, 2019

good start

@polamayster
Copy link
Contributor

polamayster commented Feb 6, 2020

Currently I'm working on implementing Dynamic client registration on a particular project, will be able to contribute to oauthlib part once done.
By the way, should it also contain CRUD for clients as here for example: https://developer.okta.com/docs/reference/api/oauth-clients/#getting-started?

@JonathanHuot
Copy link
Member Author

I think "C" is the most important (RFC7591) and "RUD" can be implemented in respect of the standard as described here https://tools.ietf.org/html/rfc7592 as a management protocol extension.
I think Okta should/may respect the RFC7592, but I have not looked into the details.

@polamayster
Copy link
Contributor

polamayster commented May 20, 2020

Our team has already implemented Dynamic Client Registration and Dynamic Client Registration Management in oauthlib + project specific request validator (which might serve as implementation examples in oauthlib docstrings) functionality quite some time ago, but till this time there was no approval/capacity to open source these parts.
It is my last week as a contractor on the project so process of open sourcing DCR part most likely will be taken care of by project's PO.

@auvipy auvipy self-requested a review May 20, 2020 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants