Enforce log in #11030
Replies: 4 comments 2 replies
-
I guess disabling local login will do the trick |
Beta Was this translation helpful? Give feedback.
-
Hi, if only one external provider is configured (Google for your case), you should enable the 'Use external provider for login' (probably you have already configured the registration options) and the 'Disable local password login'. You can also reset all the users' password to null in a migration so that the local accounts can't login with local password. Perform your tests on a dev environment to check the available options. |
Beta Was this translation helpful? Give feedback.
-
OC uses Microsoft Identity for authentication. Check if it provides a way to invalidate the cookie per user. |
Beta Was this translation helpful? Give feedback.
-
When ever you make identity change to invalidate persistence cookie you need sign out user with your custom logic, You can create workflow activity that forcefully logout |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have just enabled Google login on our instance, and I'd like to enforce all users go through this path. Is it possible to log out all current users and enforce them to re-login through Google?
Beta Was this translation helpful? Give feedback.
All reactions