You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/sso/sso_keycloak.mdx
+67-9Lines changed: 67 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,77 @@ Single Sign-On is available for enterprise plans. [Upgrade your plan](https://to
14
14
If you use the self-hosted version, you must [set up the license](/platform/self_hosting/licensing) and then follow the [sso server setup guide](/platform/sso/sso_server_setup) to use this feature.
15
15
:::
16
16
17
-
This guide will help you set up Single Sign-On (SSO) for your organization using Keycloak. See the [SSO Getting Started](/platform/sso/sso_getting_started) guide for more generalized steps on setting up SSO.
17
+
This guide will help you set up Single Sign-On (SSO) for your organization using Keycloak.
18
+
See the [SSO Getting Started](/platform/sso/sso_getting_started) guide for more generalized steps on setting up SSO.
18
19
19
-
## Set Up Keycloak
20
+
## Setting up Keycloak
20
21
21
-
Coming soon...
22
-
[//]: #(TODO)
22
+
To enable SSO with Keycloak, you first need to create a client in your Keycloak instance.
23
+
Log in to Keycloak, choose the correct **Realm**, then navigate to **Clients** and click **Create client**.
When you have all the necessary information from Keycloak, you need to enable the SSO feature in your organization settings and provide the necessary information to Tolgee.
27
-
You can find how to enable SSO in the [SSO Getting Started](/platform/sso/sso_getting_started) guide.
27
+
Enter a **Client ID** (e.g., `tolgee`), select **OpenID Connect** as the **Client Type**, and click **Next**.
Copy file name to clipboardExpand all lines: platform/sso/sso_okta.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,21 +16,21 @@ If you use the self-hosted version, you must [set up the license](/platform/self
16
16
17
17
This guide will help you set up Single Sign-On (SSO) for your organization using OpenID Connect with Okta. See the [SSO Getting Started](/platform/sso/sso_getting_started) guide for more generalized steps on setting up SSO.
18
18
19
-
## Set Up Okta
19
+
## Setting up Okta
20
20
21
21
First, you must set up an **OpenID Connect application** in Okta. To do this, log in to your Okta account
22
-
and navigate to the **Admin** panel. Then find the **Applications** section and click on **Create App Integration**:
22
+
and navigate to the **Admin** panel. Then find the **Applications** section and click on **Create App Integration**.
- Login redirect URIs: **https://app.tolgee.io/login/auth_callback/sso** (if you use Tolgee cloud) or your Tolgee instance URL ending with `/login/auth_callback/sso`
32
32
33
-
Click **Save**. Here is how the settings can look like:
33
+
Click **Save**. Bellow you can see how the settings can look.
@@ -52,12 +52,12 @@ all user tokens will stop working until the user logs in again. This will break
52
52
53
53
To find the **Well-Known configuration URL**, click on the chosen **Authorization Server** and navigate to **Metadata URI**.
54
54
55
-
## Set Up Tolgee
55
+
## Setting up Tolgee
56
56
57
57
When you have all the necessary information from Okta, you need to enable the SSO feature in your organization settings and provide the necessary information to Tolgee.
58
-
You can find how to enable SSO in the [SSO Getting Started](/platform/sso/sso_getting_started) guide.
58
+
You can find how to enable SSO in Tolgee in the [SSO Getting Started](/platform/sso/sso_getting_started) guide.
59
59
60
-
## Log In with SSO
60
+
## Logging in with SSO
61
61
62
62
Once you have set up SSO, you can log in to Tolgee using the **Log in with SSO** button on the login page and enter the domain name.
63
63
After that, you will be redirected to the Okta login page to authenticate.
0 commit comments