fusionauth-issues icon indicating copy to clipboard operation
fusionauth-issues copied to clipboard

Support dynamic client registration

Open mooreds opened this issue 4 years ago • 3 comments

Support dynamic client registration

This was mentioned by a potential user as one way they found FusionAuth inadequate for their needs.

Problem

I want to register my OAuth clients dynamically.

Solution

Support the specification RFC 7591: OAuth 2.0 Dynamic Client Registration Protocol.

Alternatives/workarounds

You could register clients dynamically using the FusionAuth api by using the application API. This would not be standards based and wouldn't be interoperable with any software that conformed to the standard.

Additional context

https://tools.ietf.org/html/rfc7591 https://openid.net/specs/openid-connect-registration-1_0.html

Related Issues

  • https://github.com/FusionAuth/fusionauth-issues/issues/106
  • https://github.com/FusionAuth/fusionauth-issues/issues/881
  • https://github.com/FusionAuth/fusionauth-issues/issues/3230

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

mooreds avatar Mar 02 '21 14:03 mooreds

Do you know which grants the user wanted to utilize along with dynamic client registration? I could see this being useful in the context of client credentials, but perhaps less so in a traditional authorization code grant.

robotdan avatar Mar 02 '21 15:03 robotdan

@robotdan sorry, all I know is that they said they were looking for dynamic client registration and SCIM.

mooreds avatar Mar 02 '21 16:03 mooreds

See also this thread on the OAuth mailing list: https://mailarchive.ietf.org/arch/msg/oauth/cJs1TWYrRs5nyrRtbAKUxsli8qY/

mooreds avatar Dec 18 '21 19:12 mooreds