Dynamic Client Registration REST Endpoints
Runtime/Dynamic Client Registration
REST endpoints for Dyanamic Client Registration/Management
- Client can retrieve it's details using access token acquired through authorization flow
- Method: getPath:
/oauth2/rest/dcr/client - Get the Initial access token which can be used for registration of OAuth client using DCR flow
- Method: getPath:
/oauth2/rest/dcr/token - Register the client using registration token acquired for given domain
- Method: postPath:
/oauth2/rest/dcr/client