Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logout of server-side authentication #654

Closed
prasadtalasila opened this issue Apr 1, 2024 · 1 comment
Closed

Logout of server-side authentication #654

prasadtalasila opened this issue Apr 1, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@prasadtalasila
Copy link
Contributor

The current code sign out function attempts to sign out of gitlab. It must also sign out of Traefik gateway authentication provided by Traefik forward-auth container.

The logout URL for Traefik gateway authentication is a concatenation of REACT_APP_URL and /_oauth/logout. The HTTP GET call done to this URL gets the job done.

This issue is related to issue #479

@prasadtalasila
Copy link
Contributor Author

completed in PR #793

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Done
1 participant