SCIM user provisioning with SAP Concur

Tim Nied 1 Reputation point
2022-11-25T23:13:37.93+00:00

SAP Concur released a new UPS v4 (SCIM capable) API. Details can be found here: https://developer.concur.com/api-reference/user-provisioning/v4.user-provisioning.html. The goal is to simplify authentication and user provisioning for Azure AD customers with SAP Concur. It appears that the type of access token (JWT) created from Concur's side may cause some issues with creating the connection. Is there a workaround if the access token is in the JWT format? Thank you in advance for your help.

Authentication is outlined here:
https://developer.concur.com/api-reference/authentication/apidoc.html

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
25,048 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Danny Zollner 10,801 Reputation points Microsoft Employee Moderator
    2022-11-28T03:54:32.88+00:00

    Could you elaborate on why you think the JWT type of token causes issues with provisioning, and what those issues are? AAD Provisioning can utilize JWT bearer tokens. Looking at the authentication/authorization documentation you provided, it confirms that they expect the access token to be provided in the Authorization header as bearer XYZ, which should work fine with AAD Provisioning.

    1 person found this answer helpful.

Your answer

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