[service-users] docs#33050
Merged
Merged
Conversation
1abd6d7 to
6934849
Compare
Comment on lines
+28
to
+31
| ::: note | ||
| SCIM provisioning does not affect the ability to manage [service | ||
| users](#service-users). Service users are always created and managed through the Dagster UI. | ||
|
|
Contributor
There was a problem hiding this comment.
The note block starting with ::: note is missing its closing ::: tag. This will cause incorrect markdown rendering where subsequent content may be treated as part of the note block.
Fix by adding the closing tag:
::: note
SCIM provisioning does not affect the ability to manage [service
users](#service-users). Service users are always created and managed through the Dagster UI.
:::
Suggested change
| ::: note | |
| SCIM provisioning does not affect the ability to manage [service | |
| users](#service-users). Service users are always created and managed through the Dagster UI. | |
| ::: note | |
| SCIM provisioning does not affect the ability to manage [service | |
| users](#service-users). Service users are always created and managed through the Dagster UI. | |
| ::: |
Spotted by Graphite Agent
Is this helpful? React 👍 or 👎 to let us know.
Contributor
6934849 to
496978e
Compare
neverett
approved these changes
Dec 17, 2025
neverett
left a comment
Collaborator
There was a problem hiding this comment.
Left a few suggestions, otherwise LGTM
| - **If using Google for Single sign-on (SSO)**, users must be added in Dagster+ before they can log in. | ||
| - **If using an Identity Provider (IdP) like Okta for SSO**, users must be assigned to the Dagster app in the IdP to be able to log in to Dagster+. Refer to the [SSO setup guides](/deployment/dagster-plus/authentication-and-access-control/sso) for setup instructions for each of our supported IdP solutions. | ||
|
|
||
| ::: note |
Collaborator
There was a problem hiding this comment.
Suggested change
| ::: note | |
| ::: note | |
|
|
||
| Service users are non-human users that can be used to authenticate API | ||
| requests, but cannot log in to the UI or be members of a team. Service users do | ||
| not apply to an organization's seat cap-- an arbitrary number can be created. |
Collaborator
There was a problem hiding this comment.
Suggested change
| not apply to an organization's seat cap-- an arbitrary number can be created. | |
| not apply to an organization's seat cap. You can create as many as you need. |
| requests, but cannot log in to the UI or be members of a team. Service users do | ||
| not apply to an organization's seat cap-- an arbitrary number can be created. | ||
|
|
||
| Service users are added, removed, and edited using the same UI as for |
Collaborator
There was a problem hiding this comment.
Suggested change
| Service users are added, removed, and edited using the same UI as for | |
| Service users are added, removed, and edited with the same UI as for |
496978e to
a284444
Compare
…ntrol/rbac/users.md Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary & Motivation
Add docs for Service Users. Rather than adding a new page, I just made some edits to the existing Users and Tokens pages. Also includes some new screenshots.
How I Tested These Changes
Existing test suite.