Skip to content

Commit 2f4324b

Browse files
authored
fix(docs): sso video
1 parent 60c34d2 commit 2f4324b

File tree

1 file changed

+5
-2
lines changed
  • content/docs/06.enterprise/03.auth/sso

1 file changed

+5
-2
lines changed

content/docs/06.enterprise/03.auth/sso/index.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ editions: ["EE"]
66

77
How to enable and setup SSO in your Kestra Enterprise instance.
88

9-
109
Single Sign-On (SSO) is an authentication process that allows users to access multiple applications with one set of login credentials (e.g., Sign in with Google). Kestra supports SSO using the OpenID Connect (OIDC) protocol, which is a simple identity layer built on top of the OAuth 2.0 protocol.
1110

11+
<div class="video-container">
12+
<iframe src="https://www.youtube.com/embed/avb90NfNdTc?si=G-pzFMy8zxzsgynm" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
13+
</div>
14+
1215
## Configuring Single Sign-On with OpenID Connect (OIDC)
1316

1417
To implement OIDC SSO, you'll need to configure the Micronaut framework that Kestra uses under the hood. Start by enabling OIDC in your `yaml` configuration file as follows:
@@ -32,4 +35,4 @@ For more configuration details, refer to the [Micronaut OIDC configuration guide
3235

3336
## Provider guides
3437

35-
Check out our guides for specific SSO providers [Google](./google-oidc.md), [Microsoft](./microsoft-oidc.md), [Keycloak](./keycloak.md), [Okta](./okta.md), and [authentik](./authentik.md).
38+
Check out our guides for specific SSO providers [Google](./google-oidc.md), [Microsoft](./microsoft-oidc.md), [Keycloak](./keycloak.md), [Okta](./okta.md), and [authentik](./authentik.md).

0 commit comments

Comments
 (0)