notes/customer_manager.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-10-15 16:37:13 +02:00
parent d32f859d9c
commit d3b1317b12
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -24,6 +24,19 @@ Where should be the source of truth?
- Does the customer is associated in the customer manager after the user
authentication via SXSO?
** Remarks
An important remark that might be missing is about user management and in
particular removing users.
If we push for our customer to integrate their own IdP, they will probably
be under the impression that removing/changing the role of user in their
system will be replicated inside SXSO/Customer Manager/SecureX.
Note that once a user could use SecureX, they can authorize many clients.
And thus, even if they are no more able to login inside SecureX, their
clients will still work until their account is disable inside SecureX.
** Quick wins along the way
*** Local Account Switch (Tenancy Switching)