question

MarcinZdanowicz-0948 avatar image
0 Votes"
MarcinZdanowicz-0948 asked ZollnerD answered

Scim provisioning - including user's profile pictore and id's of groups

Hello, I'm currently investigating a case of provisioning Azure AD users through self-made SCIM app and I'm trying to access user's photo and id's of groups that they're members.
Is it possible to achieve it via SCIM or extra request through Graph are necessary?

Thanks in advance!

azure-ad-user-provisioningazure-ad-cloud-provisioning
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ZollnerD avatar image
0 Votes"
ZollnerD answered

For photos, the SCIM spec has some gaps that don't allow for secure standardized implementations. This is something that Microsoft hopes to improve in the SCIM standard within the next year or two. For now, MS Graph calls are required.

For groups, the "groups" attribute on the SCIM user resource is readOnly. If your SCIM server has/can add support for the SCIM group resource type, group memberships can be managed via that. Azure AD's SCIM client will not send group memberships as a property on a user resource, however, as the spec doesn't support this.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.