Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar:
---

import { Image } from 'astro:assets';
import { Steps, LinkCard, Aside } from '@astrojs/starlight/components';
import { Steps, CardGrid, LinkCard, Aside } from '@astrojs/starlight/components';
import { Icon } from 'astro-icon/components';
import ReadMore from '~/components/ReadMore.astro';
import organizationSettingsMenuItem from '!/enterprise/organization-management/organization_settings_menu_item.png';
Expand Down Expand Up @@ -133,8 +133,22 @@ Similar configuration flow is also applicable to the [OpenID Connect](/enterpris

## See Also

<LinkCard
title="SAML Single Sign-On"
description="Learn how to set up SAML SSO for your organization."
href="/enterprise/saml/"
/>
<CardGrid>
<LinkCard
title="SAML Single Sign-On"
description="Learn how to set up SAML SSO for your organization."
href="/enterprise/saml/"
/>
<LinkCard
title="Terms Compliance App"
description="Use this app to require users to accept your terms and conditions before they can access the organization."
href="https://store.crowdin.com/terms-compliance"
target="_blank"
/>
<LinkCard
title="Device Approvals App"
description="Use this app to require admin approval for new devices before users can access the organization."
href="https://store.crowdin.com/device-approvals"
target="_blank"
/>
</CardGrid>