noone
7 years agoNew Contributor
OAuth2 Client Credentials Grant Flow Request With Additional Parameter
In order to get an acces token including roles from MS Azure in the Client Credentials Grant Flow, I have to add an additional parameter named 'resource' in the auth request. In SoapUI form I wasn't able to add this parameter.
Is there a chance to get this to work without implementing the whole auth procedure manually?
Thanks in advance!
Use Azure's v2.0 Oauth 2.0 client credentials grant. No need for resource parameter there.