When running IDSP, clients on both mobile and web sessions cannot complete authentication after the second factor, during the AuthComplete flow. The following log entries are observed (duplicated in the logs at the time of failure):
AuthComplete: Auth complete request for UserId: <userid>, UserLoginId: <userloginid>, identitySourceId: <identitysourceid>, identitySourceName: <identitysourcename>, identitySourceType: scim, isAuthAllowed: true, errorMsg: 'Authentication failed', ServerName: server.example.com, RemoteHost: 127.0.0.1, flowType: OIDC
Tracing the associated flowStateId, the following messages appear:
Number of allowed sessions has been exceeded10 are same or more than allowed max user sessions: 10This indicates the user has reached the maximum number of concurrent sessions permitted (10), which causes subsequent authentication attempts to fail at the AuthComplete stage even though isAuthAllowed is reported as true.
Related known issue: Broadcom's Release Notes for IDSP 4.0.1 document bug DE661313, where the BYOI (Bring Your Own Identity) flow was not enforcing maximum session limits per user, allowing users to exceed configured session thresholds (1). Confirm whether the environment is fully patched, as unpatched session-limit enforcement bugs can produce similar symptoms.
Apply both changes together to prevent users from being blocked by the session cap while sessions age out faster.