rstudio/pam-exec-oauth2.yaml.tmpl

9 lines
221 B
Cheetah
Raw Permalink Normal View History

2021-09-21 10:50:40 +00:00
{
client-id: "{{ env "KEYCLOAK_CLIENT_ID" }}",
client-secret: "{{ secret "keycloak_client_secret" }}",
scopes: ["profile"],
endpoint-token-url: "{{ env "KEYCLOAK_TOKEN_URL" }}",
extra-parameters: {
},
}