mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-20 00:10:19 -05:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"SamlSettings": {
|
|
"Enable": true,
|
|
"EnableSyncWithLdap": false,
|
|
"EnableSyncWithLdapIncludeAuth": false,
|
|
"IgnoreGuestsLdapSync": false,
|
|
"Verify": false,
|
|
"Encrypt": false,
|
|
"SignRequest": false,
|
|
"IdpURL": "http://localhost:8484/realms/mattermost/protocol/saml",
|
|
"IdpDescriptorURL": "http://localhost:8484/realms/mattermost",
|
|
"IdpMetadataURL": "http://localhost:8484/realms/mattermost/protocol/saml/descriptor",
|
|
"ServiceProviderIdentifier": "mattermost",
|
|
"AssertionConsumerServiceURL": "http://localhost:8065/login/sso/saml",
|
|
"SignatureAlgorithm": "RSAwithSHA256",
|
|
"CanonicalAlgorithm": "Canonical1.0",
|
|
"ScopingIDPProviderId": "",
|
|
"ScopingIDPName": "",
|
|
"IdpCertificateFile": "saml-idp.crt",
|
|
"PublicCertificateFile": "",
|
|
"PrivateKeyFile": "",
|
|
"IdAttribute": "id",
|
|
"GuestAttribute": "",
|
|
"EnableAdminAttribute": false,
|
|
"AdminAttribute": "",
|
|
"FirstNameAttribute": "givenName",
|
|
"LastNameAttribute": "surname",
|
|
"EmailAttribute": "email",
|
|
"UsernameAttribute": "username",
|
|
"NicknameAttribute": "",
|
|
"LocaleAttribute": "",
|
|
"PositionAttribute": "",
|
|
"LoginButtonText": "SAML",
|
|
"LoginButtonColor": "#34a28b",
|
|
"LoginButtonBorderColor": "#2389D7",
|
|
"LoginButtonTextColor": "#ffffff"
|
|
}
|
|
}
|