MonoCloud Authentication SDK
    Preparing search index...

    Interface RedirectToSignOutOptions

    Options for redirectToSignOut().

    interface RedirectToSignOutOptions {
        federated?: boolean;
        postLogoutRedirectUri?: string;
    }
    Index

    Properties

    federated?: boolean

    When enabled, the user is also signed out from MonoCloud (Single Sign-Out).

    postLogoutRedirectUri?: string

    URL where the authorization server should redirect the user after a successful sign-out.

    This value must match one of the registered Sign-out Redirect URLs configured for the application.