vault write auth/jwt/config \ oidc_discovery_url=“https://myoidc.foo.com” default_role=“dev”
i can’t figure out why i’m getting a 400 error checking discovery url, this url provides /keys and /.well-known/openid-configuration
vault write auth/jwt/config \ oidc_discovery_url=“https://myoidc.foo.com” default_role=“dev”
i can’t figure out why i’m getting a 400 error checking discovery url, this url provides /keys and /.well-known/openid-configuration
Does your provider require any sort of secret and/or ID to connect?
This tutorial, though its focused on OIDC, shows an example: