Getting this error : AADSTS900144: The request body must contain the following parameter: 'scope'.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 08:51 AM
Hello Expert,
For Integration with Azure AD
I created a application Registry and OAuth 2.0 Credentials but I am getting the error when trying to "Get OAuth Token"
Error message are : AADSTS900144: The request body must contain the following parameter: 'scope'.
I have tried : .default, openid,offline_access but getting same error.
Thank You in advanced!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2025 06:45 AM
Hi,
I found the resolution self.
You need to add scope in both palaces. (Application registry and OAuth Entity Profile).
Thank You!