In this post, we will see how to resolve SCIM – Remove a user from all groups Question: Is it possible to remove a user from all of its groups on a single call to a SCIM API? My current ...
In this post, we will see how to resolve Azure AD provisioning IS never sending request to the POST /Users/ endpoint when creating user Question: I am trying to implement the Azure AD Scim provisioning, I have successfully setup the ...
In this post, we will see how to resolve How to implement SCIM filter without multiple ‘or’ operator? Question: In a POST /.search operation, I want to implement a filter on the users by sending the usernames in the payload. ...
Question: I am currently learning SCIM and one thing that I have come across is the SCIM endpoints need to be on the public DNS so IdPs can call out to them. I have used ngrok to expose my localhost ...
Question: I’m adding an external identity provider, Azure multi-tenant, as a login option. I have local accounts right now and they know nothing about Azure AD users. I want to create an Azure Enterprise App that other tenants can use ...
Question: I am trying to set up a custom SAML Web app with auto provisioning in my google admin. I am able to create an custom SAML Web app but the auto provisioning feature is not available. As per this ...
Question: I am trying to use the AWS SSO SCIM API in order to retrieve the AWS SSO groups for a particular user. Looking at the documentation https://docs.aws.amazon.com/singlesignon/latest/developerguide/listgroups.html It mentions the following To see group info for a certain member, ...
Question: Simple question here… According to the SCIM specification (https://datatracker.ietf.org/doc/html/rfc7643) and the seriously limited documentation I could find, there is a “core user schema” provided by SCIM. It is described in section 4 of the RFC but this is just ...