-sso_enforcement_text=Feature.enabled?(:enforced_sso_requires_session,group)?s_('GroupSAML|Enforce SSO-only authentication for this group.'):s_('GroupSAML|Enforce SSO-only membership for this group.')
%span.form-text.d-inline.font-weight-normal.align-text-bottom.ml-3=Feature.enabled?(:enforced_sso_requires_session,group)?s_('GroupSAML|Enforce SSO-only authentication for this group.'):s_('GroupSAML|Enforce SSO-only membership for this group.')
.form-text.text-muted.js-group-saml-enforced-sso-helper-text{style: "display: #{'none' if saml_provider.enabled?} #{'block' unless saml_provider.enabled?}"}
%span
=s_('GroupSAML|To be able to enable enforced SSO, you first need to enable SAML authentication.')
%span.form-text.d-inline.font-weight-normal.align-text-bottom.ml-3=s_('GroupSAML|Enforce users to have dedicated group managed accounts for this group.')
.form-text.text-muted.js-group-saml-enforced-group-managed-accounts-helper-text{style: "display: #{'none' if saml_provider.enforced_sso?} #{'block' unless saml_provider.enforced_sso?}"}