MonoCloud Management SDK
    Preparing search index...

    Interface ExternalProviderConnectionResponse

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

    ExternalProviderConnectionResponse

    interface ExternalProviderConnectionResponse {
        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.

    ExternalProviderConnectionResponse

    pkce_mode: OidcPkceMode

    The PKCE mode used with the external provider.

    ExternalProviderConnectionResponse