diff --git a/docs/docs/guides/integrate/login-ui/external-login.mdx b/docs/docs/guides/integrate/login-ui/external-login.mdx index 8c913dd076..2ee71514e8 100644 --- a/docs/docs/guides/integrate/login-ui/external-login.mdx +++ b/docs/docs/guides/integrate/login-ui/external-login.mdx @@ -1,5 +1,5 @@ --- -title: Handle External Logins in ZITADEL +title: Handle External Logins in a Custom Login UI sidebar_label: External Identity Provider --- diff --git a/docs/docs/guides/integrate/login-ui/logout.mdx b/docs/docs/guides/integrate/login-ui/logout.mdx index 47a11fd81d..c1a61bbbc0 100644 --- a/docs/docs/guides/integrate/login-ui/logout.mdx +++ b/docs/docs/guides/integrate/login-ui/logout.mdx @@ -1,5 +1,5 @@ --- -title: Logging Out via ZITADEL +title: Logging Out via a Custom Login UI sidebar_label: Logout --- diff --git a/docs/docs/guides/integrate/login-ui/mfa.mdx b/docs/docs/guides/integrate/login-ui/mfa.mdx index 3847f3860d..659e159475 100644 --- a/docs/docs/guides/integrate/login-ui/mfa.mdx +++ b/docs/docs/guides/integrate/login-ui/mfa.mdx @@ -1,6 +1,6 @@ --- -title: Multi-Factor Authentication(MFA) in ZITADEL -sidebar_label: Multi-Factor Authentication(MFA) +title: Multi-Factor Authentication (MFA) in a Custom Login UI +sidebar_label: Multi-Factor Authentication (MFA) --- import MfaOptions from './_list-mfa-options.mdx'; diff --git a/docs/docs/guides/integrate/login-ui/oidc-standard.mdx b/docs/docs/guides/integrate/login-ui/oidc-standard.mdx index 64f8cef1f7..5d5400d506 100644 --- a/docs/docs/guides/integrate/login-ui/oidc-standard.mdx +++ b/docs/docs/guides/integrate/login-ui/oidc-standard.mdx @@ -1,5 +1,5 @@ --- -title: Support for the OpenID Connect(OIDC) Standard in ZITADEL +title: Support for the OpenID Connect(OIDC) Standard in a Custom Login UI sidebar_label: OIDC Standard --- diff --git a/docs/docs/guides/integrate/login-ui/passkey.mdx b/docs/docs/guides/integrate/login-ui/passkey.mdx index 28f9c7832a..b5326ff250 100644 --- a/docs/docs/guides/integrate/login-ui/passkey.mdx +++ b/docs/docs/guides/integrate/login-ui/passkey.mdx @@ -1,5 +1,5 @@ --- -title: Passkeys in ZITADEL +title: Using Passkeys in a Custom Login UI sidebar_label: Passkeys --- diff --git a/docs/docs/guides/integrate/login-ui/password-reset.mdx b/docs/docs/guides/integrate/login-ui/password-reset.mdx index afa3c803cb..55225791e1 100644 --- a/docs/docs/guides/integrate/login-ui/password-reset.mdx +++ b/docs/docs/guides/integrate/login-ui/password-reset.mdx @@ -1,5 +1,5 @@ --- -title: Password Reset/Change in ZITADEL +title: Password Reset/Change in a Custom Login UI sidebar_label: Password Reset/Change --- diff --git a/docs/docs/guides/integrate/login-ui/select-account.mdx b/docs/docs/guides/integrate/login-ui/select-account.mdx index b7005aa23c..88b742e3a9 100644 --- a/docs/docs/guides/integrate/login-ui/select-account.mdx +++ b/docs/docs/guides/integrate/login-ui/select-account.mdx @@ -1,5 +1,5 @@ --- -title: Select Account +title: Select Account in a Custom Login UI --- import SelectAccount from './_select-account.mdx'; diff --git a/docs/docs/guides/integrate/login-ui/username-password.mdx b/docs/docs/guides/integrate/login-ui/username-password.mdx index 65eb61ba54..1b8b18ad8b 100644 --- a/docs/docs/guides/integrate/login-ui/username-password.mdx +++ b/docs/docs/guides/integrate/login-ui/username-password.mdx @@ -1,5 +1,5 @@ --- -title: Register and Login User with Password in ZITADEL +title: Register and Login User with Password in a Custom Login UI sidebar_label: Username and Password --- diff --git a/proto/zitadel/session/v2beta/session_service.proto b/proto/zitadel/session/v2beta/session_service.proto index 3461772c9a..94efe5a7c7 100644 --- a/proto/zitadel/session/v2beta/session_service.proto +++ b/proto/zitadel/session/v2beta/session_service.proto @@ -20,7 +20,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { title: "Session Service"; version: "2.0-beta"; - description: "This API is intended to manage sessions in a ZITADEL instance. This project is in beta state. It can AND will continue breaking until the services provide the same functionality as the current login."; + description: "This API is intended to manage sessions in a ZITADEL instance. Follow the guides on how to [build your own Login UI](/docs/guides/integrate/login-ui) and learn how to use the Session API. This project is in beta state. It can AND will continue breaking until the services provide the same functionality as the current login."; contact:{ name: "ZITADEL" url: "https://zitadel.com"