auth.provider API
    Preparing search index...
    interface BroadcastRP {
        backchannelLogoutSessionRequired?: boolean;
        backchannelLogoutUri?: string;
        clientId: string;
    }
    Index

    Properties

    backchannelLogoutSessionRequired?: boolean

    Whether the RP requires sid in the logout_token for session correlation. Defaults to true — include sid unless explicitly set to false.

    backchannelLogoutUri?: string
    clientId: string