mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-16 14:48:20 +00:00
docs: update headings for custom login ui (#7453)
update headings for custom login ui
This commit is contained in:
parent
da8a79f280
commit
ce7ebffa84
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Handle External Logins in ZITADEL
|
||||
title: Handle External Logins in a Custom Login UI
|
||||
sidebar_label: External Identity Provider
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Logging Out via ZITADEL
|
||||
title: Logging Out via a Custom Login UI
|
||||
sidebar_label: Logout
|
||||
---
|
||||
|
||||
|
@ -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';
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Passkeys in ZITADEL
|
||||
title: Using Passkeys in a Custom Login UI
|
||||
sidebar_label: Passkeys
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Password Reset/Change in ZITADEL
|
||||
title: Password Reset/Change in a Custom Login UI
|
||||
sidebar_label: Password Reset/Change
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Select Account
|
||||
title: Select Account in a Custom Login UI
|
||||
---
|
||||
|
||||
import SelectAccount from './_select-account.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
|
||||
---
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user