Hi
I am starting to develop a SCIM endpoint to work with an Enterprise app in Azure AD. On the provisioning page on the Admin Credentials section, I enter the URL and the secret token and then click the Test Connection button. The documentation suggests that the secret token should be sent as a header called authorization. However, on examining the Headers at the end point, I see only the following headers
Content-Length=0
Host=myhost.xxx.xxx
ADSCIMVersion=6.0
I expect I am missing something really obvious. Can you explain how the token is sent and how I should attempt to read it?
Regards