Application Registry with type Resource Owner Password Credentials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello Community,
I am using Application Registry with Default Grant Type "Resource Owner Password Credentials".
I have added the Client Id and Client Secret, but where do I associate the Username and Password.
I have tried "OAuthPasswordGrantType" in the OAuth API Script, and hardcoded username and password in the script, but no luck.
What is the right process to make Resource Owner Password Credentials to work, where should the Username and password should be stored.
Thanks in Advance!
Regards,
Najmuddin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Najmuddin Mohd ,
You don't need to provide the username and password in any field of the ServiceNow.
Follow the below process to configure:
Associate this credential with the previously created OAuth Entity Profile, which is available under the Application Registry record.
From the related links, select Get OAuth Token and provide the required username and password to authenticate.
Ensure that the Authorization URL and Token URL are correctly configured in the Application Registry record, and that the Redirect URL is added in the third‑party OAuth application details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hello @ Anand2799 ,
Thanks for the help. But, the reference that is made in the video is of Grant Type as "Authorisation Code".
But, my Grant Type is "Resource Owner Password Credentials".
Regards,
Najmuddin
