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
Is your feature request related to a problem? Please describe.
I am not able to authenticate via Okta because Okta only supports Authorization Code Flow with PKCE.
Describe the solution you'd like
Add Proof Key for Code Exchange support. There is a flag for it in Swagger UI 3.24.0+. The flag in Swagger UI is usePkceWithAuthorizationCodeGrant.
Is your feature request related to a problem? Please describe.
I am not able to authenticate via Okta because Okta only supports Authorization Code Flow with PKCE.
Describe the solution you'd like
Add Proof Key for Code Exchange support. There is a flag for it in Swagger UI 3.24.0+. The flag in Swagger UI is usePkceWithAuthorizationCodeGrant.
Additional context
Here is a similar issue in Springfox: springfox/springfox#3005
The text was updated successfully, but these errors were encountered: