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.
docuseal/app/views/sso_settings/_placeholder.html.erb

12 lines
329 B

<div class="alert">
<%= svg_icon('info_circle', class: 'w-6 h-6') %>
<div>
<p class="font-bold">
<%= t('single_sign_on_with_saml_2_0') %>
</p>
<p class="text-gray-700">
Configure SAML SSO via the <code>SAML_CONFIGS</code> environment variable or through the encrypted config.
</p>
</div>
</div>