Open davidkoenig-shiftavenue opened 11 months ago
I do something like this
POST https://
GET https://
Send the oauth2 request everytime you need a fresh token
I have added PR which allows to get and use an access token from any OIDC provider: https://github.com/Huachao/vscode-restclient/pull/1282. No stored secrets required.
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?