assemblee-virtuelle / assemblee-virtuelle/semapps
SSO global logout is not working anymore
- 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

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

**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