auth.provider API
    Preparing search index...
    interface FrontchannelRP {
        clientId: string;
        frontchannelLogoutSessionRequired?: boolean;
        frontchannelLogoutUri?: string;
    }
    Index

    Properties

    clientId: string
    frontchannelLogoutSessionRequired?: boolean

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

    frontchannelLogoutUri?: string