From ee5c0d67a944007a460dab7144d0df7330db2864 Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Tue, 3 Dec 2024 15:23:40 +0100 Subject: [PATCH] docs: remove autoplay form videos --- docs/docs/guides/integrate/identity-providers/google.mdx | 2 +- docs/docs/guides/start/quickstart.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/integrate/identity-providers/google.mdx b/docs/docs/guides/integrate/identity-providers/google.mdx index ef191054a6..182a2dc748 100644 --- a/docs/docs/guides/integrate/identity-providers/google.mdx +++ b/docs/docs/guides/integrate/identity-providers/google.mdx @@ -13,7 +13,7 @@ import { ResponsivePlayer } from "../../../../src/components/player"; - + ## Open the Google Identity Provider Template diff --git a/docs/docs/guides/start/quickstart.mdx b/docs/docs/guides/start/quickstart.mdx index 99f193ddd5..b5c3ff5d6d 100644 --- a/docs/docs/guides/start/quickstart.mdx +++ b/docs/docs/guides/start/quickstart.mdx @@ -7,7 +7,7 @@ import { ResponsivePlayer } from "../../../src/components/player"; In this quick start guide, we will be learning some fundamentals on how to set up ZITADEL for user management and application security. Thereafter, we will secure a React-based Single Page Application (SPA) using ZITADEL. - + The sample application allows users to securely log in to ZITADEL using the OIDC Proof Key for Code Exchange (PKCE) flow. This flow ensures that the authentication process is secure by using a code verifier and a code challenge, which are sent to ZITADEL to obtain an access token. The access token is then used by the app to access the userinfo endpoint to retrieve and display information about the logged-in user. The app also has a logout feature that allows users to end their session and clear their access token. Overall, the app provides a simple and secure way for users to authenticate and access protected resources within ZITADEL.