- ABP Framework version: v7
- UI type: Blazor
- DB provider: EF Core
Does ABP support SCIM auomated provisioning of users (and their removal)? https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/on-premises-scim-provisioning
If so can you point me to where that is described and ideally some example code?
7 Answer(s)
-
0
There would need to be an endpoint module as part of the Auth process to add/remove users. There is nothing in ABP to register as a SCIM endpoint etc with Azure? Like these ones;
https://api.slack.com/scim
https://support.atlassian.com/provisioning-users/docs/understand-user-provisioning/
-
0
It would be great if that can be added as a module, as I see there are libraries for OpenIddict that include SCIM, it would really only need to have the core SCIM interface functionality, with working example for;
- SCIM endpoint interaces for AzureAD
- Add User - First, Last, Email, Phone, Role
- Activate User
- Disable User
- SCIM endpoint interaces for AzureAD