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
When SCIM is used to provision users belonging to an external ID (like an OIDC) then the SCIM action succeed but an audit entry with the status FAILURE is display.
🌄 To Reproduce
Steps to reproduce the behaviour:
On a domain with OIDC IDP
Enable SCIM with IDP Selection enable with this EL : {#context.attributes['client'].metadata['appidp']}
create a srevice app with SCIM scope enabled
create the appidp metadata for this app (value must contain the OIDC internal ID)
create a user using SCIM
patch the user using SCIM
look at the domain audits, the user update is marked as FAILURE
Delete the user with SCIM
the call return an error
🌈 Expected behaviour
Update should be marked as SUCCESS
Delete should work
Version
AM 3.10.13
The text was updated successfully, but these errors were encountered:
💥 Describe the bug
When SCIM is used to provision users belonging to an external ID (like an OIDC) then the SCIM action succeed but an audit entry with the status FAILURE is display.
🌄 To Reproduce
Steps to reproduce the behaviour:
appidp
metadata for this app (value must contain the OIDC internal ID)🌈 Expected behaviour
Update should be marked as SUCCESS
Delete should work
Version
AM 3.10.13
The text was updated successfully, but these errors were encountered: