-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth2 authentication redirect page isn't served #51
Comments
BTW, currently I'm using
|
its using the cdn because, for our use case, the server was a raspberry pi and it was really slow at serving large blobs because it couldn't compress them quickly and the network isn't great. probably open to a pr |
it could be fine if 'oauth2-redirect.html' is also available through cdn. Don't know how to do that. |
This needs to be handled. The issue does not exist in e.g. Swagger editor. |
When doing OAuth2 authentication from swagger-ui, the OAuth server will do user authorization and return the result to swagger (Koa) server's
/oauth2-redirect.html
endpoint.koa2-swagger-ui
doesn't handle this endpoint, so authorization fails.https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.20.0/
.The text was updated successfully, but these errors were encountered: