Hi,
We have implemented the Azure OIDC auth mechanism for our internal AEM site.
Normal functionalities are working fine, including:
- User creation if not present
- Adding to groups
- Adding the properties
- Updating properties
- User logout
However, we encounter the following errors when the load is high.
09.09.2025 08:05:40.550 *ERROR* [qtp1259476332-8844] OIDCAuthenticationHandler Exception occured in extract credentials of Circuit OIDC Authentication Handler :: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0030: Uniqueness constraint violated property [jcr:uuid] having value c04a62db-b08a-3fcd-9da4-82fa487cbd7e: /home/users/7/7rlCyphwMn-XTm_MPlHp, /home/users/-/-Plc_ry19_nkYAn02zmw
OIDC Authentication Handler :: javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts in /home/users/8/8Q1wHuNaDigZHD6Bt79M/oidcTokens
Line 6263: at com.intel.circuit.services.sso.services.CircuitOIDCAuthenticationHandler.extractCredentials(CircuitOIDCAuthenticationHandler.java:201)
Do you have any suggestions for resolving these issues? The user creation and all other actions are single-threaded for individual users.
Also kindly suggest possible improvements as well?