Microsoft Entra ID
Standards

Tutorial - Develop a SCIM endpoint for user provisioning to apps from Microsoft Entra ID

In brief

The article now documents configuring a SCIM endpoint that uses an OAuth2 client-credentials grant from a non-Entra issuer, including the token endpoint, client credentials, credential placement, and scopes.

What Entra admins need to know

Admins integrating these endpoints can use the updated fields and configuration guidance.

This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

  1. In the app management screen, select Provisioning in the left panel.

  2. Select + New configuration.

  3. If the SCIM endpoint requires an oauth2ClientCredentialsGrant from an issuer other than Microsoft Entra ID, perform the following steps:

    Screenshot of showing the new configuration for Oauth2.

    1. In the Tenant URL field, enter the URL of the application's SCIM endpoint. Example: https://api.contoso.com/scim/.

    2. If

      In the SCIMOAuth token endpoint requires, input the token endpoint value.

    3. Enter the Client ID and Client Secret retrieved from the application.

    4. In the How credentials are sent, Choose where to send the client identifier and client secret in the token request. Header sends them as an HTTP Basic Authorization header (client_secret_basic). Body sends them as form parameters in the request body (client_secret_post). Both sends them in both the header and the body of the request.

    5. Specify the OAuth bearer2.0 scopes to include in the token fromrequest when acquiring an issuer other than Microsoft Entra ID, then copy the required OAuth bearer token into the optionalaccess token.

  4. Select Secret TokenTest Connection field. If this field is left blank,to have Microsoft Entra ID includes an OAuth bearer token issued from Microsoft Entra ID with each request. Apps that use Microsoft Entra ID as an identity provider can validate this Microsoft Entra ID-issued token.attempt to connect to the SCIM endpoint. If the attempt fails, error information is displayed.

Daily Entra.News

Get daily email updates

Get a concise summary of the latest Microsoft Entra updates delivered straight to your inbox.

Loading the secure signup form…