@nebius/js-sdk - v0.2.22
    Preparing search index...

    Interface SamlSettings

    interface SamlSettings {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.SamlSettings";
        forceAuthn: boolean;
        idpIssuer: string;
        ssoUrl: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.SamlSettings"
    forceAuthn: boolean

    if "true", the identity provider MUST authenticate the presenter directly rather than rely on a previous security context.

    idpIssuer: string

    The unique identifier of the SAML Identity Provider. It usually matches the entityID from the IdP metadata.

    ssoUrl: string

    Identity Provider’s Single Sign-On endpoint. This is the URL where the user is redirected to start SAML login.