You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add the possibitily to not authorize the login against the external store - EXO-67969 - Meeds-io/meeds#1417
In some case, when the platform is configured with an external user store AND SSO like OIDC, the IDP have security rules for the login like MFA.
But, as the user is present in the external store, he can logs with the eXo login form, bypassing security rules
This commit add a property to refused the connection for a user in the external store by the exo login form.
He have to use the IDP login form
Copy file name to clipboardExpand all lines: exo.core.component.organization.api/src/main/java/org/exoplatform/services/organization/externalstore/IDMExternalStoreService.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,12 @@ public interface IDMExternalStoreService {
0 commit comments