Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus/docs/dev-docs/configurations/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: SSO configuration
sidebar_label: Single Sign-On (SSO)
displayed_sidebar: devDocsConfigSidebar
description: Strapi's SSO allows you to configure additional sign-in and sign-up methods for your administration panel. It requires an Enterprise Edition with a Gold plan.
description: Strapi's SSO allows you to configure additional sign-in and sign-up methods for your administration panel. It requires an Enterprise Edition.
canonicalUrl: https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/configurations/optional/sso.html
tags:
- additional configuration
Expand All @@ -19,7 +19,7 @@ Single Sign-On on Strapi allows you to configure additional sign-in and sign-up
:::prerequisites

- A Strapi application running on version 3.5.0 or higher is required.
- To configure SSO on your application, you will need an EE license with a [Gold plan](https://strapi.io/pricing-self-hosted).
- To configure SSO on your application, you will need an <EnterpriseBadge /> license.
- Make sure the SSO feature is [enabled in the admin panel](/user-docs/settings/single-sign-on).
- Make sure Strapi is part of the applications you can access with your provider. For example, with Microsoft (Azure) Active Directory, you must first ask someone with the right permissions to add Strapi to the list of allowed applications. Please refer to your provider(s) documentation to learn more about that.
:::
Expand Down