Skip to content

Commit 806c403

Browse files
authored
feat(scim): okta update user attribute docs (#6447)
1 parent 63ed6c3 commit 806c403

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Loading

src/docs/product/accounts/sso/okta-sso/okta-scim.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If you change your organization slug, you'll also need to update it in the "Auth
2323
- Push groups
2424
- Import groups
2525
- Configure organization-level roles
26+
- Update user attributes (organization-level roles only)
2627

2728
### Requirements
2829

@@ -131,6 +132,13 @@ Users who've had their roles assigned via Okta will only be able to make members
131132

132133
![Okta Role Restricted Role Select](./okta-role-restricted-sentry-role-select.png)
133134

135+
### Updating User Attributes
136+
Currently, Sentry only supports the ability to update user attributes for organization-level roles. You'll be able to edit the attribute for users assigned to your application once you've added the `sentryOrgRole` attribute to your Okta application profile.
137+
138+
![Okta Edit Attribute](okta-edit-sentryOrgRole-attribute.png)
139+
140+
The user's role in Sentry will reflect their organization role in your Auth settings. This means that if you change a user's attribute to blank, their organization-level role will be removed from Sentry.
141+
134142
## Troubleshooting
135143

136144
### I get a "Matching user not found" error in Okta when provisioning a user.
@@ -160,9 +168,7 @@ Make sure that `Deactivate User` is enabled in the "Provisioning" tab of your Se
160168

161169
### How do I remove the organization-level role for a user that I set via Okta?
162170

163-
If the user is part of a group with an organization-level role assigned, remove the group from the Sentry application. Then remove the user from the group and re-provision them separately. Finally, re-provision the group with its original role. If the user is the only member of a group, re-provision the group with a blank role.
164-
165-
If the user is not part of a group with an organization-level role assigned, re-provision them with a blank role.
171+
Change the user's role attribute to blank.
166172

167173
## Known Issues
168174

0 commit comments

Comments
 (0)