TODO: OAuth2.0 Dynamic Client Registration#706
Conversation
|
good start |
|
Currently I'm working on implementing Dynamic client registration on a particular project, will be able to contribute to oauthlib part once done. |
|
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. |
|
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. |
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.