Add text banner to SAML System Console settings (#4195)
* Update saml_settings.jsx * Update en.json * Text tweak * Fix build error * Use classnames in saml_settings.jsx to fix build errors
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
7fb818d4ce
Коммит
fe1503d9e7
@@ -292,6 +292,14 @@ export default class SamlSettings extends AdminSettings {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<SettingsGroup>
|
<SettingsGroup>
|
||||||
|
<div className='banner'>
|
||||||
|
<div className='banner__content'>
|
||||||
|
<FormattedMessage
|
||||||
|
id='admin.saml.bannerDesc'
|
||||||
|
defaultMessage='If a user attribute changes on the SAML server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from a SAML Identity Provider. Remote logout with SAML servers is considered in a future release.'
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<BooleanSetting
|
<BooleanSetting
|
||||||
id='enable'
|
id='enable'
|
||||||
label={
|
label={
|
||||||
@@ -541,4 +549,4 @@ export default class SamlSettings extends AdminSettings {
|
|||||||
</SettingsGroup>
|
</SettingsGroup>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -567,6 +567,7 @@
|
|||||||
"admin.saml.assertionConsumerServiceURLDesc": "Enter https://<your-mattermost-url>/login/sso/saml. Make sure you use HTTP or HTTPS in your URL depending on your server configuration. This field is also known as the Assertion Consumer Service URL.",
|
"admin.saml.assertionConsumerServiceURLDesc": "Enter https://<your-mattermost-url>/login/sso/saml. Make sure you use HTTP or HTTPS in your URL depending on your server configuration. This field is also known as the Assertion Consumer Service URL.",
|
||||||
"admin.saml.assertionConsumerServiceURLEx": "E.g.: \"https://<your-mattermost-url>/login/sso/saml\"",
|
"admin.saml.assertionConsumerServiceURLEx": "E.g.: \"https://<your-mattermost-url>/login/sso/saml\"",
|
||||||
"admin.saml.assertionConsumerServiceURLTitle": "Service Provider Login URL:",
|
"admin.saml.assertionConsumerServiceURLTitle": "Service Provider Login URL:",
|
||||||
|
"admin.saml.bannerDesc": "If a user attribute changes on the SAML server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from a SAML Identity Provider. Remote logout with SAML servers is considered in a future release.",
|
||||||
"admin.saml.emailAttrDesc": "The attribute in the SAML Assertion that will be used to populate the email addresses of users in Mattermost.",
|
"admin.saml.emailAttrDesc": "The attribute in the SAML Assertion that will be used to populate the email addresses of users in Mattermost.",
|
||||||
"admin.saml.emailAttrEx": "E.g.: \"Email\" or \"PrimaryEmail\"",
|
"admin.saml.emailAttrEx": "E.g.: \"Email\" or \"PrimaryEmail\"",
|
||||||
"admin.saml.emailAttrTitle": "Email Attribute:",
|
"admin.saml.emailAttrTitle": "Email Attribute:",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user