You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an REST API where it is needed to authenticate against google oauth to access the endpoints. There is just a /login path available where the typical login page opens. Is there an example available how to authenticate against this scenario?
The text was updated successfully, but these errors were encountered:
POST https:///oauth/token?grant_type=client_credentials&client_id={{ClientID}}&client_secret={{Secret}}
Content-Type: application/x-www-form-urlencoded
GET https:///resource
Authorization: Bearer {{oauth2.response.body.access_token}}
Send the oauth2 request everytime you need a fresh token
I have an REST API where it is needed to authenticate against google oauth to access the endpoints. There is just a /login path available where the typical login page opens. Is there an example available how to authenticate against this scenario?
The text was updated successfully, but these errors were encountered: