From 69e0ca26224afe4ad7afd15b4376883c609b438a Mon Sep 17 00:00:00 2001 From: Vincent Kraus Date: Wed, 26 Jul 2023 18:13:26 +0200 Subject: [PATCH] fix: deploy --- docs/kratos/social-signin/09_ory.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kratos/social-signin/09_ory.mdx b/docs/kratos/social-signin/09_ory.mdx index 7e07605a51..03ab175013 100644 --- a/docs/kratos/social-signin/09_ory.mdx +++ b/docs/kratos/social-signin/09_ory.mdx @@ -11,7 +11,7 @@ This document explains how to add [Ory OAuth2](../../oauth2-oidc/index.md) as an The setup we will describe here is as follows: 1. An Ory Network project that serves as the SSO provider, manages user identities, and provides OAuth2/OIDC endpoints for - authentication and authorization. It represents a "Sign in with " service. + authentication and authorization. It represents a **Sign in with $YourBrand** service. 2. Another Ory Network project that _uses_ this SSO provider for "social" sign-in. This represents a third-party app, service or website, or an independently operating subsidy or brand, that authenticates users via the SSO provider.