You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What was the use case when you implemented the OAuth2/OIDC functionality into Swagger UI? Because it does not seem to make any sense to me.
When I try to use authorization code flow, Swagger exchanges the code for the access token by itself, which is totally opposite of what a client application should do. In my understanding, authorization code flow gets the code from IdP and then sends the received code to the API that then exchanges the code for a token.
Why is Swagger UI trying to simulate both parties at the same time?
The text was updated successfully, but these errors were encountered:
maciejopalinski
changed the title
OAuth2/OIDC, what is the use case?
OAuth2/OIDC, authorization code flow, why does Swagger UI simulate a server?
Jan 31, 2025
Authorization code – The most common flow, mostly used for server-side and mobile web applications. This flow is similar to how users sign up into a web application using their Facebook or Google account.
Authorization code is a server-side flow. Why does Swagger act like a server in this flow, when it is only supposed to act like a client?
What was the use case when you implemented the OAuth2/OIDC functionality into Swagger UI? Because it does not seem to make any sense to me.
When I try to use authorization code flow, Swagger exchanges the code for the access token by itself, which is totally opposite of what a client application should do. In my understanding, authorization code flow gets the code from IdP and then sends the received code to the API that then exchanges the code for a token.
Why is Swagger UI trying to simulate both parties at the same time?
The text was updated successfully, but these errors were encountered: