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
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
I am not looking for support or already pursued the available support channels without success.
Version
2.41.1
Storage Type
Kubernetes
Installation Type
Official Helm chart
Expected Behavior
Using oidc connector, with connector.config.promptType=fido2, I expect dex would append prompt=fido2 in the URL while calling the backend OIDC provider, but observed that no prompt param exist in the request URL
Actual Behavior
request URL should have prompt=fido2 in /oauth/authorize call against backend OIDC provider
Steps To Reproduce
Config dex with below configurations
Using kubectl oidc-login command to auth against dex
Notice there's no "prompt" parameter in the /oauth/authorize call
The text was updated successfully, but these errors were encountered:
deanmax
changed the title
"promptType" is empty in oidc connector connections
No "prompt" param in oidc connection URL even when "promptType" is set
Sep 11, 2024
Preflight Checklist
Version
2.41.1
Storage Type
Kubernetes
Installation Type
Official Helm chart
Expected Behavior
Using oidc connector, with
connector.config.promptType=fido2
, I expect dex would appendprompt=fido2
in the URL while calling the backend OIDC provider, but observed that noprompt
param exist in the request URLActual Behavior
request URL should have
prompt=fido2
in/oauth/authorize
call against backend OIDC providerSteps To Reproduce
Additional Information
No response
Configuration
Logs
dex app log shows nothing
ingress log for dex
ingress log for backend oidc provider
Notice there's no "prompt" parameter in the
/oauth/authorize
callThe text was updated successfully, but these errors were encountered: