Skip to content
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
2 changes: 1 addition & 1 deletion docs/admin/scim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To set up user provisioning in [Okta](https://help.okta.com/en-us/Content/Topics
1. Go to the "General" tab and click "Edit" in the "App Settings" section.
1. Set "Provisioning" to "SCIM". This creates a new tab called "Provisioning".
1. Go to the "Provisioning" tab, and click "Edit"
1. Set "SCIM connector base URL" to `{yourSourcegraphUrl}/.api/scim/v2`
1. Set "SCIM connector base URL" to `{yourSourcegraphUrl}/.api/scim/v2/`
1. Set "Unique identifier field for users" to `userName`
1. Check the first three items in `Supported provisioning actions`: "Import New Users and Profile Updates", "Push New Users", and "Push Profile Updates".
1. Set "Authentication mode" to "HTTP Header"
Expand Down