OAuth2ClientAccessRequest Input Object
Request to set up an access configuration of a client.
Fields
#
consentRequired
Whether to display a consent page to a user after authentication, when a public
client attempts to obtain an access token on his behalf.
Consent page contains a list of OAuth2 scopes requested by a client.
Applicable only for clients with authorizationCode
flow enabled.
flows
List of OAuth2 flows (also authorization grants) supported by this client. See https://datatracker.ietf.org/doc/html/rfc6749#autoid-4
homeUrl
Default URL to use when an identity server needs to redirect or link back to the client.
Applicable only for clients with authorizationCode
flow enabled.
redirectUris
Valid URI patterns a browser can redirect to after a successful login or logout.
Applicable only for clients with authorizationCode
flow enabled.
type
Type of a client: defines how client initiates a login flow. This value cannot be changed after client is created.
webOrigins
Allowed CORS origins.
Applicable only for clients with authorizationCode
flow enabled.
OAuth2ClientAccess