arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
170 stars 47 forks source link

OAuth redirect not working #66

Open henrikwh opened 5 years ago

henrikwh commented 5 years ago

The redirect from OAuth does redirect to the swagger-ui, but keeps haning when returning from the provider, not redirecting to swagger-ui. https://localhost:9000/oauth2-redirect.html#/access_token%3DeXXXXX

I use "swaggerViewer.previewInBrowser": true, as the Swagger-ui will not display the login screen in VS Code.

I can render the same contract and login using OAuth using 'swagger-ui-express'.