Home > Forum > General > SCIM protocol

SCIM protocol
0

Please let me know if the application supports the SCIM protocol for "synchronizing the BPS user list with Azure"?

I'm asking because I want to introduce SSO login, but in the Azure organization I can't enter permissions:

Microsoft Graph Application Group.Read.All
Microsoft Graph Application User.Export.All
Microsoft Graph Application Directory.Read.All

I understand that NOT granting such permissions will result in , synchronization will not work - is there a solution for this?

MVP

Hi Jacek,

I've just read up on the SCIM protocol.

So I have no practical experience with it and my reply may be off.

While the SCIM protocol has not been taken into account there are API endpoints you can use to:
- add/remove users.
- create/delete groups
- Define group membership
-Assign licenses to the users

These users would be added as BPS external users, but they would be able to authenticate themselves against Microsoft Entra ID. Of course, this requires an Application in Microsoft Entra ID.

You can read up on the API here in general and you will fisn the information on how to access the swagger documentation of your WEBCON version.
https://developer.webcon.com/docs/rest-api/


Best regards,
Daniel