Forum Discussion

noone's avatar
noone
New Contributor
8 years ago
Solved

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!

3 Replies

  • Lucian's avatar
    Lucian
    Community Hero

    How about the request parameters? Can those be used for this?

     

    2018-04-02_16h11_32.png

  • noone's avatar
    noone
    New Contributor

     I think request parameters are added to the REST request. I need them in the auth request.

    auth.png