restish icon indicating copy to clipboard operation
restish copied to clipboard

OAuth authentication: prepend server to relative server urls

Open ilveroluca opened this issue 3 years ago • 0 comments

Hi,

I'm configuring Restish as an OAuth2 client for an API (https://api.dev.lifemonitor.eu). I noticed that if I configure

? Auth parameter authorize_url oauth2/authorize
? Auth parameter token_url oauth2/token

Restish ends up pointing my browser at oauth2/authorize?client_id=..., rather than https://api.dev.lifemonitor.eu/oauth2/authorize?client_id=...

ilveroluca avatar May 05 '21 09:05 ilveroluca