diff --git a/src/auth0-session/config.ts b/src/auth0-session/config.ts index 708be882..4a099135 100644 --- a/src/auth0-session/config.ts +++ b/src/auth0-session/config.ts @@ -139,7 +139,7 @@ export interface Config { identityClaimFilter: string[]; /** - * Boolean value to log the user out from the identity provider on application logout. Defaults to `false`. + * Boolean value to log the user out from the identity provider on application logout. Defaults to `true`. */ idpLogout: boolean;