-
Notifications
You must be signed in to change notification settings - Fork 168
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
Investigate OIDC TOTP Redirect w/ application/json #2282
Comments
andrewpmartinez
moved this from Todo
to In Progress
in Security/IdP Features & Capabilities
Aug 1, 2024
andrewpmartinez
added a commit
to openziti/sdk-golang
that referenced
this issue
Aug 1, 2024
andrewpmartinez
added a commit
to openziti/sdk-golang
that referenced
this issue
Aug 1, 2024
related to openziti/ziti#2282 totp OIDC flow fixes
andrewpmartinez
added a commit
that referenced
this issue
Aug 1, 2024
- redirect on HTML/JSON - fixes missing issuer context - adds a test for cert + totp
github-project-automation
bot
moved this from In Progress
to Done
in Security/IdP Features & Capabilities
Aug 5, 2024
andrewpmartinez
added a commit
to openziti/sdk-golang
that referenced
this issue
Aug 7, 2024
plorenz
changed the title
Investigate OIDC TOTP Redirect w/ applicaiton/json
Investigate OIDC TOTP Redirect w/ application/json
Aug 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The OIDC flow for TOTP is when a browser or a client that accepts text/HTML will receive a redirect (login.go:237 checkTotp()), but an application/JSON accept time will receive a 200ok.
This should complete the flow and the GO SDK in authrwapper.go should respect that redirect.
The text was updated successfully, but these errors were encountered: