Issue has been resolved by encoding the string "<Client ID>:<Client Secret>" in Base64 format
Automate the flow for user provisioning from Azure AD to Oracle IDCS

Vinay Kumar Gupta
96
Reputation points
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
- Federation setup completed between Azure AD as IDP and IDCS as SP
- 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
- 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.