Skip to content

OIDC logout remote not working #7766

Closed

Description

Description

I've set PROVIDERS__OPENID__CONFIG__LOGOUT_REMOTE to true, but I'm not being redirected to the logout endpoint. I believe this is due to the logout_remote variable not being copied into the options variable:

const options = { client, passReqToCallback: true, params: { scope: openIdScope } };

openIDStrategy.logout_remote = options.logout_remote;

Environment

  1. OS (where OpenCTI server runs): Ubuntu
  2. OpenCTI version: 6.2.6
  3. OpenCTI client: Frontend
  4. Other environment details:

Reproducible Steps

  1. Set logout_remote to true
  2. Logout

Expected Output

The logout endpoint should redirect me to the end session endpoint

Actual Output

The logout endpoint redirects me to /

Additional information

Screenshots (optional)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

authenticationLinked to authentication, log in, log out, SSO, etc.buguse for describing something not working as expectedsolveduse to identify issue that has been solved (must be linked to the solving PR)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions