Skip to content

Commit 426678d

Browse files
Merge pull request #168 from makeplane/preview
Merge to master branch
2 parents b9af0d5 + 0122729 commit 426678d

File tree

12 files changed

+13
-10
lines changed

12 files changed

+13
-10
lines changed

images/custom-sso/github-oauth.png

387 KB
Loading

images/custom-sso/google-oauth.png

388 KB
Loading

images/custom-sso/oidc-config.png

-975 KB
Binary file not shown.

images/custom-sso/oidc-oauth.png

571 KB
Loading

images/custom-sso/saml-config.png

-971 KB
Binary file not shown.

images/custom-sso/saml-oauth.png

660 KB
Loading

plane-one/governance/authentication/custom-sso.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: OIDC and SAML
33
sidebarTitle: Custom SSO
44
---
5-
Plane One enables custom SSO via any identity provider with an official and supported implementation of OIDC + SAML standards. This page cites examples from Okta, but we will soon publish provider-specific instructions in phases.
5+
Plane enables custom SSO via any identity provider with an official and supported implementation of OIDC + SAML standards. This page cites examples from Okta, but we will soon publish provider-specific instructions in phases.
66

77
## OIDC
88

@@ -30,7 +30,7 @@ Go to `/god-mode/authentication/oidc` on your Plane app and find the configs ↓
3030
Your IdP will generate some of the following configs for you. Others, you will specify yourself. Just copy them over to each field.
3131
</Tip>
3232

33-
<Frame>![OIDC Configuration](/images/custom-sso/oidc-config.png)</Frame>
33+
<Frame>![OIDC Configuration](/images/custom-sso/oidc-oauth.png)</Frame>
3434

3535
- Copy the `CLIENT_ID` for the Plane client or app you just created over from your IdP and paste it in the field for it.
3636

@@ -100,7 +100,7 @@ By default, your IdP will send the value listed under `Property`. You have to ma
100100

101101
### On Plane
102102

103-
<Frame>![SAML Configuration](/images/custom-sso/saml-config.png)</Frame>
103+
<Frame>![SAML Configuration](/images/custom-sso/saml-oauth.png)</Frame>
104104

105105
<Tip>
106106
You will find all of the values for the fields below in the `/metadata` endpoint your IdP generates for the Plane app or client.

self-hosting/govern/github-oauth.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Plane also supports GitHub OAuth so your users can sign-in with GitHub instead.
2222

2323
## Configure Plane
2424

25+
<Frame>![GitHub Oauth Configuration](/images/custom-sso/github-oauth.png)</Frame>
26+
2527
1. Go to `GitHub` on the Authentication screen of `/god mode`.
2628
2. Add the client ID + the client secret from the GitHub app you just registered.
2729
3. Click `Save `.

self-hosting/govern/google-oauth.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ First, you will need to identify Plane as an approved OAuth app to Google.
2525
<Frame>![](/images/authentication/google/google-auth-4.png)</Frame>
2626

2727
## Configure Plane
28+
<Frame>![Google Oauth Configuration](/images/custom-sso/google-oauth.png)</Frame>
2829

2930
1. Go to `Google` on the Authentication screen of `/god mode`.
3031
2. Add the client ID + the client secret from Google API Console.

self-hosting/govern/oidc-sso.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: OIDC SSO
33
sidebarTitle: OIDC SSO
44
---
55

6-
> **Plan**: Plane One, Plane Pro
6+
> **Plan**: Pro, Business
77
8-
Plane One enables custom SSO via any identity provider with an official and supported implementation of OIDC standards. This page cites examples from Okta, but we will soon publish provider-specific instructions in phases.
8+
Plane enables custom SSO via any identity provider with an official and supported implementation of OIDC standards. This page cites examples from Okta, but we will soon publish provider-specific instructions in phases.
99

1010
## OIDC
1111

@@ -33,7 +33,7 @@ Go to `/god-mode/authentication/oidc` on your Plane app and find the configs ↓
3333
Your IdP will generate some of the following configs for you. Others, you will specify yourself. Just copy them over to each field.
3434
</Tip>
3535

36-
<Frame>![OIDC Configuration](/images/custom-sso/oidc-config.png)</Frame>
36+
<Frame>![OIDC Configuration](/images/custom-sso/oidc-oauth.png)</Frame>
3737

3838
- Copy the `CLIENT_ID` for the Plane client or app you just created over from your IdP and paste it in the field for it.
3939

0 commit comments

Comments
 (0)