Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions guides/admin/oidc-okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ you need to provide to Coder.

1. Select **OpenID Connect** and click **Create**

![Okta Create Application
Modal](../../assets/guides/admin/okta-custom-app-creation.jpg)
![Okta Create Application Modal](../../assets/guides/admin/okta-custom-app-creation.jpg)

1. Provide an **Application name** (i.e., `Coder`), (optionally) add a logo, and
add the **Login redirect URIs** for Coder (it will be formatted similarly to
`https://coder.my-company.com/oidc/callback`).

![Okta Create OpenID
Application](../../assets/guides/admin/okta-create-openid-integration.jpg)
![Okta Create OpenID Application](../../assets/guides/admin/okta-create-openid-integration.jpg)

1. Click **Save** to proceed.

Expand Down