Skip to content

Commit

Permalink
Docs: Adds Okta API key requirements for SCIM-only Okta (#51985)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsc authored Feb 10, 2025
1 parent 3045815 commit 5fe8901
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,20 @@ $ tctl plugins install okta \
--no-users-sync \
--no-accesslist-sync \
--no-appgroup-sync \
--scim
--scim \
--api-token="${OKTA_API_TOKEN}"
Successfully created Okta plugin "okta"
SCIM Base URL: https://teleport.example.com:443/v1/webapi/scim/okta
SCIM Identifier field for users: userName
SCIM Bearer Token: 1234567891234567891234567890
```
<Admonition type="note">
The Okta API Token requires the following permissions:
- View users and their details
- View groups and their details
- View applications and their details
</Admonition>

</TabItem>
</Tabs>
Expand Down

0 comments on commit 5fe8901

Please sign in to comment.