I've implemented the core dynamic registration draft and the management protocol draft (including read, update, and delete), both client side and server side, in MITREid Connect:

https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server

We've been running this code in production at a number of organizations for several years, with dynamic registration being available (and used) for well over a year in all instances.

Our implementation includes support for initial access tokens (through a server configuration/extension), but it does not include an implementation of software statements.

And since it was asked on another thread: our implementation is also compliant with the OpenID Connect dynamic registration specification, since the two protocols are completely wire compatible by design. We have had both OpenID Connect and plain-OAuth clients use it.

We've also implemented the client-side of dynamic registration as part of this library:

https://github.com/jumbojett/OpenID-Connect-PHP/

 -- Justin


On 07/08/2014 08:46 AM, Hannes Tschofenig wrote:
Hi all,

I am working on the shepherd writeup for the dynamic client registration
draft.

You can find the latest draft here:
https://github.com/hannestschofenig/tschofenig-ids/blob/master/shepherd-writeups/Writeup_OAuth_DynamicClientRegistration.txt

As you can see it is still incomplete.

I would need information about the implementation status.

Ciao
Hannes



_______________________________________________
OAuth mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/oauth

_______________________________________________
OAuth mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/oauth

Reply via email to