Share via

Creating a SCIM integration that supports OAuth authorization code grant

Vitor Avila 21 Reputation points
2022-04-22T01:23:12.287+00:00

Hi,

I'm in the process of testing the SAML SSO and SCIM integrations using Azure AD with my application. I managed to create a SAML SSO integration successfully, but my application only supports SCIM with OAuth, which is not available for non-gallery apps.

My plan is to test the SCIM integration and then work publishing my app on the Azure AD gallery. Is it possible to have the OAuth integration enabled on my test app so I can finish the testing before publishing it?

Thank you so much in advance!

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

Answer accepted by question author
  1. Danny Zollner 10,821 Reputation points Microsoft Employee Moderator
    2022-04-22T15:20:38.617+00:00

    At this time, it is not. Please refer to the note in this section of this documentation:

    https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#how-to-setup-oauth-code-grant-flow

    While it's not possible to setup OAuth on the non-gallery applications, you can manually generate an access token from your authorization server and input it as the secret token to a non-gallery application. This allows you to verify compatibility of your SCIM server with the Azure AD SCIM client before onboarding to the app gallery, which does support the OAuth code grant.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.