diff --git a/apps/docs/src/pages/en/schools/sso.md b/apps/docs/src/pages/en/schools/sso.md index 1e75f3e4..0f17686c 100644 --- a/apps/docs/src/pages/en/schools/sso.md +++ b/apps/docs/src/pages/en/schools/sso.md @@ -26,7 +26,7 @@ To use this feature on [courseLit.app](https://courselit.app), you need to be on The following is a description of the fields under this panel: - - **SAML ACS URL**: This is the URL that your IdP will send the SAML response to. This is usually `https://.courselit.app/api/auth/sso/saml2/sp/acs/sso` + - **SAML ACS URL**: This is the URL that your IdP will send the SAML response to. This is usually `https://.courselit.app/api/auth/sso/saml2/callback/sso` - **Audience URI (SP Entity ID)**: This is the URL that your IdP will use to validate the SAML response. This is usually `https://.courselit.app/api/auth/sso/saml2/sp/metadata?providerId=sso` 5. After configuring the IdP provider, obtain the required settings from it and populate the values in the `IDP Configuration` panel. diff --git a/apps/web/components/admin/settings/sso.tsx b/apps/web/components/admin/settings/sso.tsx index 6006e127..02801f50 100644 --- a/apps/web/components/admin/settings/sso.tsx +++ b/apps/web/components/admin/settings/sso.tsx @@ -378,14 +378,14 @@ export default function SSOProvider({ address }: NewSSOProviderProps) {