Automate the flow for user provisioning from Azure AD to Oracle IDCS

Vinay Kumar Gupta 96 Reputation points
2020-04-30T09:24:54.263+00:00

I want to automate the flow for user provisioning from Azure AD to Oracle IDCS.
I am referring this URL - https://www.ateam-oracle.com/how-to-bring-azure-ad-users-and-groups-into-idcs

  1. Federation setup completed between Azure AD as IDP and IDCS as SP
  2. SCIM client created in Oracle IDCS, named as AADSCIMClient having below information

Client ID 569165ff09be41ccb0ba0c8eeaf3c3a9
Client Secret 5097d378-7f94-4357-8ea6-78eeda9063a0
https://idcs-7a4996b7bc76413dba3ad76855429954.identity.oraclecloud.com/admin/v1

  1. In Azure AD configuration
    Azure AD-> Enterprise applications -> App Name -> Provisioning
    Input provided for "Secret Token" as <Client ID>:<Client Secret> e.g. 569165ff09be41ccb0ba0c8eeaf3c3a9:5097d378-7f94-4357-8ea6-78eeda9063a0

I am getting authentication error, It is not accepting in mentioned format. Please let me know in which format, I need to input the data.

Thank you.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

Accepted answer
  1. Vinay Kumar Gupta 96 Reputation points
    2020-04-30T09:41:30.12+00:00

    Issue has been resolved by encoding the string "<Client ID>:<Client Secret>" in Base64 format


0 additional answers

Sort by: Most 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.