open-consul/ui/packages/consul-ui/mock-api/v1/acl/oidc/auth-url

4 lines
144 B
Plaintext
Raw Normal View History

{
"AuthURL": "${env('CONSUL_OIDC_PROVIDER_URL')}&redirect_uri=${encodeURIComponent(http.body.RedirectURI)}&response_type=code&scope=openid"
}