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
The Vault OIDC JWT plugin registers routes under an internal oidc/
prefix within the mount point. When mounted at "oidc", the correct
paths are auth/oidc/oidc/auth_url and auth/oidc/oidc/callback — not
auth/oidc/auth_url and auth/oidc/callback.
Also switch the callback from Write (PUT) to ReadWithData (GET) to
match the official vault CLI behaviour, fixing HTTP 405 errors.
0 commit comments