providers

OAuth2 Dynamic Client Registration configuration ViewSet

post/providers/oauth2-dcr/

Request body

providerinteger required
default_application_groupstring

Group to assign to automatically created applications.

override_authorization_flowstring uuid nullable

Authorization flow applied to dynamically registered clients.

override_invalidation_flowstring uuid nullable
override_property_mappingsstring[]

Scope mappings applied to dynamically registered clients.

access_token_validitystring

Maximum access token validity for registered clients (Format: hours=1;minutes=2;seconds=3).

refresh_token_validitystring

Maximum refresh token validity for registered clients (Format: hours=1;minutes=2;seconds=3).

allowed_grant_typesGrantTypeEnum[]

If empty, all grant types are allowed.

policy_engine_mode'all' | 'any'

Response

pbm_uuidstring uuid required
providerinteger required
default_application_groupstring

Group to assign to automatically created applications.

override_authorization_flowstring uuid nullable

Authorization flow applied to dynamically registered clients.

override_invalidation_flowstring uuid nullable
override_property_mappingsstring[]

Scope mappings applied to dynamically registered clients.

access_token_validitystring

Maximum access token validity for registered clients (Format: hours=1;minutes=2;seconds=3).

refresh_token_validitystring

Maximum refresh token validity for registered clients (Format: hours=1;minutes=2;seconds=3).

allowed_grant_typesGrantTypeEnum[]

If empty, all grant types are allowed.

policy_engine_mode'all' | 'any'

Changes

No recorded changes to this endpoint across all 1 revision of this API.