You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
471 B
11 lines
471 B
# Dex Server Parameters (some params are shared with client)
|
|
dex_domain=dex.example.com
|
|
issuer=https://dex.example.com:32000
|
|
ldap_host=ldap.auth.svc.cluster.local:389
|
|
ldap_bind_dn=cn=admin,dc=example,dc=org
|
|
ldap_bind_pw=admin
|
|
ldap_user_base_dn=ou=People,dc=example,dc=org
|
|
ldap_group_base_dn=ou=Groups,dc=example,dc=org
|
|
client_id=ldapdexapp
|
|
oidc_redirect_uris=['http://login.example.org:5555/callback/onprem-cluster']
|
|
application_secret=pUBnBOY80SnXgjibTYM9ZWNzY2xreNGQok
|
|
|