saml-passthrough/config.json

15 lines
540 B
JSON
Raw Permalink Normal View History

2021-12-29 00:36:47 -05:00
{
"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"
}