-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancementA general enhancement
Milestone
Description
Add support for OAuth 2.0 Dynamic Client Registration Protocol.
By default, the OAuth2ClientRegistrationEndpointFilter
is disabled. See the following integration test which demonstrates how to enable it with defaults. The default configuration requires authorization (an "initial" access token).
Line 209 in f3761af
public void requestWhenClientRegistrationRequestAuthorizedThenClientRegistrationResponse() throws Exception { |
"Open registration" is also supported, which does not require an "initial" access token. See the following integration test and associated configuration.
Line 229 in f3761af
public void requestWhenOpenClientRegistrationRequestThenClientRegistrationResponse() throws Exception { |
dlehammer, Zash, dciarniello, dmikusa, johansja and 3 more
Metadata
Metadata
Assignees
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancementA general enhancement