Skip to content
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

Add Proof Key for Code Exchange Support #871

Closed
TBryant13 opened this issue Jan 14, 2021 · 2 comments
Closed

Add Proof Key for Code Exchange Support #871

TBryant13 opened this issue Jan 14, 2021 · 2 comments

Comments

@TBryant13
Copy link

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

@td-edge
Copy link

td-edge commented Jan 18, 2021

This would be a nice addition since implicit flow is considered antiquated now.

👍

@ubogdan
Copy link
Contributor

ubogdan commented Sep 28, 2021

Since this is a Swagger-UI related issue, I believe you should open a feature request on the proper HTTP handler you need it. https://github.com/swaggo/gin-swagger, https://github.com/swaggo/echo-swagger https://github.com/swaggo/http-swagger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants