Bug #10688
Do not raise AssertError when get_user_from_session_key() return an AnonymousUser
Status:
Fermé
Priority:
Normal
Assignee:
Category:
authentic2-idp-cas
Target version:
Start date:
18 April 2016
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Associated revisions
History
Updated by Benjamin Dauvergne (en congé) almost 9 years ago
- Tracker changed from Développement to Bug
Updated by Benjamin Dauvergne (en congé) over 8 years ago
- Target version changed from 2.2.0 to future
Updated by Mikaël Ates about 3 years ago
- Assignee deleted (
Gestion d'identité) - Planning set to No
Updated by Benjamin Dauvergne (en congé) about 1 year ago
- Assignee set to Benjamin Dauvergne (en congé)
Updated by Robot Gitea about 1 year ago
- Status changed from Nouveau to Solution proposée
Benjamin Dauvergne (bdauvergne) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/195
- Titre : idp_cas: does not revalidate the session key (#10688)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/195/files
Updated by Robot Gitea about 1 year ago
- Status changed from Solution proposée to Solution validée
Paul Marillonnet (pmarillonnet) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea about 1 year ago
- Status changed from Solution validée to Résolu (à déployer)
Benjamin Dauvergne (bdauvergne) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/195
- Titre : idp_cas: does not revalidate the session key (#10688)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/195/files
Updated by Transition automatique about 1 year ago
- Status changed from Résolu (à déployer) to Solution déployée
idp_cas: does not revalidate the session key (#10688)
Validation of the session_key is already done in Ticket.valid(), but we
can move the test of the current session user in
Ticket.session_exists().