Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0176c58

Browse files
authored
improve okta scim documentation (windmill-labs#864)
1 parent 2e943bf commit 0176c58

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/misc/14_saml_and_scim/index.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,28 @@ Once it's saved, you can test the login by clicking on the `Test` button at the
7070

7171
Configure Okta with the following settings (and replace cf.wimill.xyz with your domain):
7272

73+
:::warning
74+
The `/api/scim` endpoint of your windmill instance needs to be exposed to the internet for Okta to push groups/users to your windmill instance.
75+
:::
76+
77+
7378
![Okta SCIM](okta-scim2.png.webp)
7479

7580
![Okta SCIM](okta-scim1.png.webp)
7681

7782
![Instance settings UI](instance_settings.png)
7883

79-
In the Instance settings UI, set the SCIM token containing the secret value that you will share to Okta.
84+
In the Instance settings UI, choose a random secure string as a SCIM token that you will set in the Okta SCIM connection setting's "Authentication Mode -> HTTP Header".
8085

8186
![Okta SCIM](okta-scim.png.webp)
8287

88+
<video
89+
className="border-2 rounded-xl object-cover w-full h-full"
90+
controls
91+
muted
92+
src="/videos/okta_scim.mp4"
93+
/>
94+
8395
### Microsoft Azure
8496

8597
Create an application from the "Enterprise Applications" menu (see [Configuring SAML with Microsoft Azure](#microsoft-azure)). Once the application is created, in the application's page go to "Provisioning" on the left menu, and click on the "Get started" button.

static/videos/okta_scim.mp4

8.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)