spring-projects / spring-authorization-server

Spring Authorization Server
https://spring.io/projects/spring-authorization-server
Apache License 2.0
4.81k stars 1.26k forks source link

Implement OAuth 2.0 Dynamic Client Registration Protocol #56

Open jgrandja opened 4 years ago

jgrandja commented 4 years ago

This feature will deliver OAuth 2.0 Dynamic Client Registration Protocol.

pkostrzewa commented 3 years ago

@jgrandja Can I pick this one?

jgrandja commented 3 years ago

Thanks for your interest @pkostrzewa.

This feature is currently on-hold (as indicated in the labels) and will likely not get implemented for a couple months at least.

OpenID Connect 1.0 Client Registration Endpoint gh-57 is the priority at the moment and the work has started in gh-189.

uhhhh2 commented 2 years ago

@jgrandja Do I understand the status of this issue correctly?

jgrandja commented 2 years ago

@uhhhh2 Yes, the first 2 items are completed.

The last 2 items refer to RFC 7592 OAuth 2.0 Dynamic Client Registration Management Protocol, which does not have any tickets open at the moment. And would be a low priority item anyway, as we have many more features that still need to be built that are high priority.

This specific ticket addresses RFC 7591 OAuth 2.0 Dynamic Client Registration Protocol, which is on-hold and is a low priority item as well.

aphalke commented 1 year ago

@jgrandja can you please let us know tentative release when we will get this? And what would be the alternative way as of now to register the client dynamically? Thanks in advance, Atul.

jgrandja commented 1 year ago

@aphalke OpenID Connect 1.0 Client Registration Endpoint has been implemented for a while now.

proyupgrade commented 1 year ago

@jgrandja Do I understand the status of this issue correctly?

@jgrandja Do you guys have any update regarding the "client registration update" feature? We're looking on possibly creating our own converter to achieve this, but wanted to know first if the feature was on your short-time roadmap.

Thanks.

jgrandja commented 1 year ago

@proyupgrade The "Update a registration" feature is not on the roadmap. I'm not sure when it will be implemented as there are a few higher priority items ahead.

oracle-fusion-middleware-team commented 1 year ago

Now do we have DCR and DCR-M fully implemented (the "Update a registration" )? @jgrandja Just to confirm before implementing my own..

jgrandja commented 1 year ago

@oracle-fusion-middleware-team No it's not implemented. FYI, you can see the current feature list here.

oracle-fusion-middleware-team commented 1 year ago

Thanks for the info Joe, I'll go ahead implement my own.

Suvink commented 6 months ago

@oracle-fusion-middleware-team were you able to implement a workaround for update registrations?

oracle-fusion-middleware-team commented 6 months ago

@Suvink Nope, we eventually decided not to use dynamic registrations...

dciarniello commented 6 months ago

I've added my vote to this not for the basic dynamic registration but for the dynamic client registration management (RFC 7592).