-
Notifications
You must be signed in to change notification settings - Fork 25
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
Connexion: Suppression du code de connexion via Inclusion Connect #5443
Conversation
bf6abec
to
a5cab1c
Compare
🥁 La recette jetable est prête ! 👉 Je veux tester cette PR ! |
eb071fb
to
235f925
Compare
itou/openid_connect/inclusion_connect/migrations/0001_initial.py
Outdated
Show resolved
Hide resolved
aac23f1
to
f25718c
Compare
f25718c
to
cdf6ed7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bravo, toujours content d'avoir 2500 lignes de code de moins 🧹
class AccountMigrationView(TemplateView): | ||
template_name = "account/activate_inclusion_connect_account.html" | ||
template_name = "account/activate_pro_connect_account.html" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK :)
Je vois qu'on a middleware qui rédirige les utilisateurs d'InclusionConnect à cette vue. Quand ils tape sur le bouton ProConnect ils doivent s'inscrire / se connecter ailleurs, et quand ils revient on va modifier le SSO de leur compte.
Ça vaut un test qui cible ce processus en particulier, IC -> PC ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Les utilisateurs d'inclusion_connect ne sont plus redirigés (car ils ne peuvent plus se connecter avec cette PR)
Un utilisateur utilisant IC par le passé et se connectant avec ProConnect sera migré (cf test_get_existing_user_with_same_email_IC
).
cdf6ed7
to
8d07721
Compare
8d07721
to
32e0204
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ça me semble bien
32e0204
to
d06c947
Compare
d06c947
to
2bb68f3
Compare
2bb68f3
to
f74c1fc
Compare
🤔 Pourquoi ?
Inclusion Connect va bientôt disparaître 😢
Sur les environnements de démo/recette/dev où ProConnect n'est pas disponible : on améliore le message pour dire d'utiliser les compte de démonstration.
🍰 Comment ?
🚨 À vérifier
🏝️ Comment tester
💻 Captures d'écran