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.
14 lines
540 B
14 lines
540 B
{
|
|
"idp_key_path": "./idp.key",
|
|
"idp_cert_path": "./idp.crt",
|
|
"username_key": "MELLON_samaccountname",
|
|
"email_key": "MELLON_emailaddress",
|
|
"given_name_key": "MELLON_givenname",
|
|
"surname_key": "MELLON_http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname",
|
|
"groups_key": "ADFS_GROUP",
|
|
"base_url": "https://csclub.uwaterloo.ca/keycloak/saml",
|
|
"sp_metadata_paths": [
|
|
"https://keycloak.csclub.uwaterloo.ca/auth/realms/csc/broker/adfs/endpoint/descriptor"
|
|
],
|
|
"socket_path": "/run/saml-passthrough/server.sock"
|
|
}
|
|
|