-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"Authorized" status not updating on oauth2 flow completion #2870
Comments
I have the same error. Additionally I can see that after the Logout button appears, the OAuth2 data is broken: the authorization header is I also have 3 other flows defined (application, implicit and password) and none of them works as well. I know that application flow is not supported and UI only display it, but implicit and password are broken for me:
For me workaround for those issues was a downgrade to Swagger UI 2.2.10. Versions from 3.0 onward seem to be broken to me. |
@MateuszKubuszok can you please share the spec to reproduce this issue? |
I used I returned to check Swagger UI 3 today (API grew bigger in the meantime) and found out that it is pretty much not working due to #2923. I can prepare smaller example later on. |
@MateuszKubuszok @travisbrkr1234 can you please test the latest master and re-open the issue in case of any bugs. thank you |
@bodnia It seems to work for me now, thanks! |
* swaggerui-master: (132 commits) enable configs plugin by default Rebuild dist fix swagger-api#2841 Make the checkbox id more unique. Rebuild dist Fix swagger-api#3016 removed semicolon preventDefault the form v3.0.8 (fixes swagger-api#2923 swagger-api#2889) Rebuild dist Increment swagger-client version Attach information to version object Fix swagger-api#3003 updated searchbar sizing build remove object-assign dep ( which was missing from package.json ) fix swagger-api#2870 Fix typo in container classname fix eslint errors swagger-api#2844 fix accessCode flow ... # Conflicts: # dist/swagger-ui-bundle.js # dist/swagger-ui-bundle.js.map # dist/swagger-ui-standalone-preset.js # dist/swagger-ui-standalone-preset.js.map # dist/swagger-ui.css # dist/swagger-ui.js # dist/swagger-ui.js.map # src/plugins/topbar/topbar.jsx
I am having a problem using the OAuth2 flow where the the "Authorized" status is never updated on completion of the oauth2 token grant. I am using the access_code(authorization_code) flow
My dup steps:
The text was updated successfully, but these errors were encountered: