Schema for the Zudoku authentication configuration that enables user sign-in, API key management, and identity-based API playground access through OpenID Connect, OAuth2, or custom providers.
Developer ToolsDocumentation
Properties
Name
Type
Description
type
string
The authentication provider type.
clientId
string
OAuth2 or OpenID Connect client identifier.
issuer
string
OpenID Connect issuer URL for token verification and discovery.
scopes
array
Requested OAuth2 scopes for the authentication flow.
redirectUri
string
OAuth2 redirect URI after successful authentication.