We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28f67f commit 71eaad7Copy full SHA for 71eaad7
1 file changed
frontend/src/pages/admin/Settings/General.vue
@@ -192,7 +192,7 @@
192
<template v-if="ssoEnabled">
193
<FormHeading>Direct SSO Login</FormHeading>
194
<FormRow v-model="input['platform:sso:direct']" type="checkbox" data-el="direct-sso">
195
- Show buttons on Login page to jump directly to a SAML SSO provider
+ Show buttons on Login page to jump directly to a <a href="https://flowfuse.com/docs/admin/sso/saml/">SAML SSO provider</a>
196
<template #description>
197
Allows bypassing email matching for SAML SSO logins
198
</template>
0 commit comments