Open deanmax opened 2 months ago
It only works with the offline access scope. See https://github.com/dexidp/dex/blob/20f240c875c480efd3e1b6ed7bf51efe9dfae6f8/connector/oidc/oidc.go#L352-L355
it there plan to extend this? Not sure what the design principal behind this.
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
call