- 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
Can you provide documentation on how to use it in ASP NET Core? I need to confirm.
-
0
Hi, Here is some more info and example.
https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups
-
0
I think abp can be used with it. abp itself is asp net core application, it won't break anything.
-
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
Yes, You need to implement it yourself.
-
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
-
0
hi
I will give feedback to the team.