This page specifies list of parameters required by IMS Server-to-Server authentication OAuth flow. The name of parameter is scopes while scope is actually expected. Only the sample code contained correct spelling.
Related Issue
Motivation and Context
It may prevent people from encountering a frustrating error indicating mismatch of scopes required/available, while the real cause is a mis-spelled parameter.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
[ x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
This page specifies list of parameters required by IMS Server-to-Server authentication OAuth flow. The name of parameter is
scopes
whilescope
is actually expected. Only the sample code contained correct spelling.Related Issue
Motivation and Context
It may prevent people from encountering a frustrating error indicating mismatch of scopes required/available, while the real cause is a mis-spelled parameter.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: