-
Notifications
You must be signed in to change notification settings - Fork 777
Closed
Description
Description
When try to implement concurrent session based access control for sub organizations using the steps defined with the official documentation[1] getting an authentication failure with an error log in the server console for a user who resides only in the sub organization.
Error Log:
[2025-02-16 16:29:13,144] [60543c4b-c8b1-4236-9d0e-e8abd6eb8a33] ERROR {org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler} - Authentication failed exception! Error occurred while retrieving user sessions.
Steps to Reproduce
- Login to console create an application and add "Sign in with SSO" as a login option in the "Login flow"
- Create a sub organization and share the appllication created above with the sub organization
- Switch to the sub organization and add a user to sub organization
- Switch to parent organization and edit the application created and follow the steps provided in the official documentation[1].
- Try to login to the application using the "Sign in with SSO" option and give the sub organization ID
- Use the credentials of the user in the sub organization and will receive the authentication failed error.
This works for the parent organization with a parent user without any issue and will ask to terminate the old session.
Version
IS 7.1.0.-beta
Environment Details (with versions)
No response