mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
1ef18c4b67
* Add consul-api-double under api * Update config to reflect api change * Remove consul-api-double as a dependency * api -> mock-api * Fixup mocks path for staging
4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
{
|
|
"AuthURL": "${env('CONSUL_OIDC_PROVIDER_URL')}&redirect_uri=${encodeURIComponent(http.body.RedirectURI)}&response_type=code&scope=openid"
|
|
}
|