Not able to see OAuth option in Azure AD while doing integration with servicenow using SCIM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 11:11 PM
Hi @all
I have requirement where i need to perform SCIM integration with Azure AD and servicenow and that should via oAUTH 2.0 but when i am creating provisioning under AZURE AD there is only basic authentication option available oauth is not there .
If someone already done this integration with Oauth kindly let me know is there any possibility or not .
Thanks
Heena
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 11:18 PM
Hi @hsharma10 ,
Its not that straight forward please follow the below steps :
-
Sign in to the Azure portal:
- Go to the Azure portal at https://portal.azure.com.
-
Navigate to Azure Active Directory:
- In the left-hand navigation pane, click on "Azure Active Directory".
-
Register a new application:
- Under "Manage", click on "App registrations" and then click on the "New registration" button.
-
Configure the application registration:
- Enter a name for your application.
- Choose the appropriate supported account types.
- For the Redirect URI, specify the URI where Azure AD should send OAuth responses (https://yourapp.com/auth/callback).
-
Register the application:
- Click on the "Register" button to create the application.
-
Retrieve the application (client) ID:
- Once the application is registered, note down the "Application (client) ID". This is your OAuth 2.0 client ID.
-
Generate a client secret:
- In the left-hand navigation pane, click on "Certificates & secrets".
- Under "Client secrets", click on the "New client secret" button.
- Enter a description for the secret and choose the expiration period.
- Click on the "Add" button.
- Note down the generated client secret. This is your OAuth 2.0 client secret. Make sure to copy it as it will be hidden after you leave the page.
-
Configure API permissions (if required):
- If your application needs to access Azure resources (e.g., Azure Management APIs), you need to configure the required API permissions under "API permissions" and grant admin consent if necessary.
-
Use the credentials:
- You can now use the obtained client ID and client secret to authenticate and authorize your application with Azure services that support OAuth 2.0 authentication.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....