Add possibility to block users to securite role#1254
Conversation
e07ee78 to
602b1b8
Compare
7fefbc2 to
4836cdc
Compare
4836cdc to
4ce2c56
Compare
| @@ -1,20 +1,29 @@ | |||
| <div class=" float-end"> | |||
| <form class="d-flex align-items-center" id="search-form" data-init="validForm" method="GET" novalidate> | |||
| <div class="float-end"> | |||
There was a problem hiding this comment.
note: This linter of yours sounds useful 😉
There was a problem hiding this comment.
Do you mean that I should run it throughout the whole project? :)
| Et que je clique sur le bouton ProConnect | ||
| Et que j'entre l'email "user-deactivated@fia1.fr" | ||
| Et que je clique sur le bouton de connexion | ||
| Et que j'utilise l'identité avec le sub "e3322382e75c0d0a8e95f80af703932bd3c38f940aa59ad08b1cb4900998578c" |
There was a problem hiding this comment.
suggestion: I was expecting to read:
| Et que j'utilise l'identité avec le sub "e3322382e75c0d0a8e95f80af703932bd3c38f940aa59ad08b1cb4900998578c" | |
| Et que j'utilise l'identité avec le sub "d68cec59-ed65-48ab-bfbf-1ca65dd807f8" |
To be consistent with line 9.
There was a problem hiding this comment.
I understand why you would expect that héhé
When I block a user, I block their Federation sub (I don't want to allow them to log in with another IdP, do I?)
When I log in as a specific user via the test idp, I can only return a specific idp sub.
The idp e3322382e75c0d0a8e95f80af703932bd3c38f940aa59ad08b1cb4900998578c *idp sub *corresponds to the d68cec59-ed65-48ab-bfbf-1ca65dd807f8 federation sub.
What I offer at best would be a comment that explains this. Was meinst du dazu?
4ce2c56 to
50fbc2f
Compare
**Problem** The Security Operations Center (SOC) needs a way to quickly block a user account in emergency situations. **Proposal** Add an interface in the admin panel that allows authorized administrators to block a user.
50fbc2f to
9e5ac59
Compare
No description provided.