Does Azure AD support custom HTTP Headers for SCIM User provisioning?

SHIVANK AGARWAL 20 Reputation points
2024-05-16T05:26:13.18+00:00

I am doing SCIM User Provisioning. For that I have developed SCIM APIs which supports client credentials authorization mode as well as long lived token in the form of API Key. When I was testing Azure AD SCIM Provisioning, I can see Azure supports long lived token only with Bearer prefix. And since my application was not onboarded, I was not able to test client credentials flow.

Is there a way we can use custom HTTP Header for SCIM user provisioning? Eg. Rather than Bearer prefix, does Azure support anyother custom prefix?

And is there a way I can test client credentials authorization flow without making my application a gallery app on Azure?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,942 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marilee Turscak-MSFT 35,116 Reputation points Microsoft Employee
    2024-05-16T21:49:26.64+00:00

    Hi @SHIVANK AGARWAL ,

    The SCIM validator only accepts bearer tokens, and that the token value provided will be passed as the value for the HTTP Authorization header. I don't believe what you are asking for is supported, though I have reached out to a colleague on the provisioning team to share this feedback and see if they can add additional insights.

    You can also leave feedback in the feedback portal. https://feedback.azure.com/

    If the information helped you, please Accept the answer. This will help us as well as others in the community who may be researching similar questions.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. SHIVANK AGARWAL 20 Reputation points
    2024-05-17T07:33:00.1133333+00:00

    Thanks @Marilee Turscak-MSFT

    I believe you are referring to the point of passing custom HTTP Header prefix apart from "Bearer" prefix. Any idea if this can be supported or already in pipeline?

    Also, can you please specify if there is a way I can test client credentials grant flow for my application which is a non gallery app?

    0 comments No comments