RegisterOidcConfigResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the registered OIDC application.

Link copied to clipboard

The name of the registered OIDC application.

Link copied to clipboard

The CA certificate used for secure communication with the OIDC provider.

Link copied to clipboard

The OAuth client ID assigned to the application.

Link copied to clipboard

The OAuth client secret for the application.

Link copied to clipboard

Custom identifier your end users will use to sign in with SSO.

Link copied to clipboard

The custom field mapping used for extracting the username.

Link copied to clipboard

The additional authentication parameters configured for the OIDC flow.

Link copied to clipboard

The issuer URL of the OIDC provider.

Link copied to clipboard

The redirect URL configured for the OAuth flow.

Link copied to clipboard

The OAuth scopes configured for the application.

Link copied to clipboard

The client secret for authenticating with the OIDC provider.

Link copied to clipboard

The buffer time in minutes before the SSO token expires.

Link copied to clipboard

The claim field being used as the user identifier.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String