I followed the documentation https://docs.microsoft.com/en-us/azure/active-directory/active-directory-scim-provisioning in order to synchronize users of Azure AD into my application.
But it is not working :-(
Here is what I did:
1- I filled Tenant URL with the base URL of my application (so a Non-Gallery application) SCIM endpoints (e.g. /services/scim/v2/Users)
2- I tested the connection...
3- ...and got a successful feedback
4- Mappings appeared, but something strange came to me: it was talking about customappsso
instead of my application
5- I selected scope Sync only assigned users and groups and I did the necessary into Users and groups screen
When consulting reports, an example of error:
1- a line concerning the export of a User
2- the activity concerning the report linked to selected line
3- the error details (404 Not Found). The mentionned requested URL is /xxx/services/scim/v2/Users but from which host ?!? I don't know.
And obviously, I never got a call of SCIM REST Web Services of my application...
If someone could help me, it would be amazing :-) Thanks.
答案 0 :(得分:0)
好吧,我发现了我的问题...... 我的座位和键盘之间一定有问题!
我所有的SCIM端点都基于:
/服务/ SCIM / V2
Azure正在查询:
/服务/ SCIM / V2 / SCIM
Pfff ......