-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Ability to override redirectUrl in swagger-oauth #457
Labels
Milestone
Comments
yes, marking this as a feature. this should be in settings as well. |
I believe this is not a feature but a bug. Because Quick and dirty fix might be the following. We assume that
|
mohsen1
added a commit
to mohsen1/swagger-ui
that referenced
this issue
Mar 24, 2015
Jonahss
pushed a commit
to eaze/swagger-ui
that referenced
this issue
Aug 12, 2016
vincent-zurczak
pushed a commit
to roboconf/swagger-ui
that referenced
this issue
Aug 18, 2016
JuanSW18
pushed a commit
to Digital-Paw/digital-paw-swagger-ui
that referenced
this issue
Aug 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found hardcoded link in swagger-oauth
var redirectUrl = host.protocol + '//' + host.host + "/o2c.html";
Could you move this to settings?
The text was updated successfully, but these errors were encountered: