-
Notifications
You must be signed in to change notification settings - Fork 3
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
Option to lock users to OAuth2 #21
Comments
Hey @hirnschmalz, do you want to activate this feature for regular backend users or for admin users as well? In case it's sufficient for non-admin users, maybe disabling the |
@maikschneider this should also be possible for BE admins. |
Okay. I think this should be possible. User settingsDisabling the fields in
User edit (via
|
I'm aware of the TsConfig settings. The problem is, that if the SSO user is a TYPO3 backend admin, he could adjust these values by himself and "open a door" by adding a password and so let him login even if the user is longer active in the identity provider. |
As admin you could just create a new admin user with username and password.. Admins in general have the privilege to adjust user settings - this is hardcoded. If you have trust issues, don't give your users admin privileges. |
Yes, good point. Since there won't be a solution which is 100% safe and also work for TYPO3 admins, I guess there is no need for adaptions. I'll create a dedicated BE usergroup. Maybe a hint in the README.md for other users whould be a good idea. |
Our main use case for SSO is to move user maintenance to our identity provider. To make it unable for users to login into the backend after they have been disabled in the identity provider, it would be great to have an option to
The text was updated successfully, but these errors were encountered: