MonoCloud Management SDK
    Preparing search index...

    Interface PatchExternalProviderConnectionRequest

    Patch External Provider Connection Request: Used to update connection settings used by an external authenticator.

    PatchExternalProviderConnectionRequest

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

    PatchExternalProviderConnectionRequest

    pkce_mode?: OidcPkceMode

    The PKCE mode used with the external provider.

    PatchExternalProviderConnectionRequest