Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.18 KB

File metadata and controls

25 lines (17 loc) · 1.18 KB

CreateClientRequest

The request parameters for creating a client.

Properties

Name Type Description Notes
name String The client name. [optional]
description String The client description. [optional]
logo String The client logo in base64 format. [optional]
scopes Set<String> The client scopes. [optional]
allowPkce Boolean Indicates whether PKCE is allowed for the client. [optional]
isPublic Boolean Indicates whether the client is accessible by third-party tenants. [optional]
websiteUrl String The URL to the client's website. [optional]
termsUrl String The URL to the client's terms of service. [optional]
policyUrl String The URL to the client's privacy policy. [optional]
redirectUris Set<String> The list of allowed redirect URIs.
allowedOrigins Set<String> The list of allowed CORS origins.
logoutRedirectUri String The list of allowed logout redirect URIs. [optional]