MonoCloud Management SDK
    Preparing search index...

    Interface CreateExternalProviderConnectionRequest

    Create External Provider Connection Request: The protocol connection settings used to communicate with the external identity provider.

    CreateExternalProviderConnectionRequest

    interface CreateExternalProviderConnectionRequest {
        discovery_url: string;
        pkce_mode?: OidcPkceMode;
    }
    Index

    Properties

    discovery_url: string

    The discovery (metadata) endpoint of the external provider. The provider endpoints are derived from the discovery document.

    CreateExternalProviderConnectionRequest

    pkce_mode?: OidcPkceMode

    The PKCE mode used with the external provider.

    CreateExternalProviderConnectionRequest