assemblee-virtuelle / assemblee-virtuelle/semapps

SSO global logout is not working anymore

Open
#1,241 2 comments 0 reactions 0 assignees View on GitHub
authentication middleware
Dominant language
TypeScript
Stars
103
Forks
14
Avg merge
1m
Merged PRs (30d)
2

Description

**Décrivez le bug**
l'API de logout est censé permerttre un logout du SSO
https://semapps.org/docs/middleware/auth
![image](https://github.com/assemblee-virtuelle/semapps/assets/5068825/95240f0c-2622-4f35-9dbb-452b1d1adcaf)

L'implémentation fait uniquement un logout local et pas de logout du sso
https://github.com/assemblee-virtuelle/semapps/blob/master/src/middleware/packages/auth/mixins/auth.sso.js
![image](https://github.com/assemblee-virtuelle/semapps/assets/5068825/be6155ab-0a8c-4adc-b605-7fe0e4da0b61)

**Etapes pour reproduire**
1. utiliser http://localhost:3000/auth/logout?global=true

**Comportement attendu**
logout du serveur des communs

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with src/middleware/packages/auth/mixins/auth.sso.js and the /auth/logout?global=true entry point, then compare the behavior with the authentication documentation. Reproduce the issue locally and trace why the current implementation performs only local logout. Done means the global logout also logs out from the server des communs.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
authentication, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.