auth.provider API
    Preparing search index...

    Interface FrontchannelRP

    interface FrontchannelRP {
        clientId: string;
        frontchannelLogoutSessionRequired?: boolean;
        frontchannelLogoutUri?: string;
    }
    Index
    clientId: string
    frontchannelLogoutSessionRequired?: boolean

    Defaults to true — append sid so RPs can correlate sessions.

    frontchannelLogoutUri?: string