You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, if I don't use breakpoints, I don't know the 13 parameters that the /connect/register endpoint can receive. I think we should add a corresponding parameter documentation.
The text was updated successfully, but these errors were encountered:
the clientId and clientSecret that the registration endpoint cannot customize
The client metadata can be customized. The extension point for customizing client metadata before it's saved to RegisteredClientRepository is OidcClientRegistrationAuthenticationProvider.setRegisteredClientConverter().
This is currently not documented in the reference manual so I logged a new issue gh-1044. I'll close this as a duplicate.
I don't know the 13 parameters that the /connect/register endpoint can receive. I think we should add a corresponding parameter documentation.
The spec defines all available Client metadata and the supported metadata is documented in OidcClientRegistration and it's implementation of OidcClientMetadataClaimAccessor.
As you can see in the figure above, the clientId and clientSecret that the registration endpoint cannot customize, along with some other information.
Also, if I don't use breakpoints, I don't know the 13 parameters that the /connect/register endpoint can receive. I think we should add a corresponding parameter documentation.
The text was updated successfully, but these errors were encountered: