Skip to content

Commit

Permalink
fix(docs): remove coming soom tags (#738)
Browse files Browse the repository at this point in the history
remove coming soon tages
  • Loading branch information
simeng-li authored Jul 4, 2024
1 parent 902e053 commit bb94add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/recipes/logto-as-idp/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import RedirectUri from './assets/redirect-uri.webp';

# 🌐 Logto as an Identity Provider (IdP)

<Availability cloud="comingSoon" oss="comingSoon" />
<Availability cloud oss />

Under the hood, Logto follows the [OpenID Connect (OIDC)](https://openid.net/connect/) protocol to authenticate users. This means that you can use Logto as an universal Identity Provider (IdP) to authenticate users for any third-party applications that support OIDC. This guide will walk you through the steps to set up Logto as an IdP for third-party applications.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/recipes/single-sign-on/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Availability from '@components/Availability';

# ☁️ Enterprise SSO (SAML & OIDC)

<Availability cloud oss="comingSoon" />
<Availability cloud oss />

Single Sign-On (SSO) streamlines authentication for B2B services, especially for today's SaaS platforms, allowing enterprise clients to manage member access via their chosen identity providers. Logto enhances your service with SP-initiated SSO, facilitating connections with a wide range of identity providers using SAML and OIDC protocols, including Okta, Azure AD, Google Workspace, and more.

Expand Down

0 comments on commit bb94add

Please sign in to comment.