Skip to content

Commit 1615fea

Browse files
Update src/content/partials/fundamentals/account-owned-tokens.mdx
Co-authored-by: Patricia Santa Ana <[email protected]>
1 parent 900a1aa commit 1615fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/fundamentals/account-owned-tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
While user tokens act on behalf of a particular user, and inherit a subset of that user's permissions, account owned tokens allow you to set up durable integrations that can act as service principals, effectively acting as themselves with their own specific set of permissions. This approach is ideal for scenarios like CI/CD, or building integrations with external services like SEIMs where it's important that the integration keeps working, even long after the user who configured the integration may have left your organization altogether. User tokens are better for ad hoc tasks like scripting, where acting as the user is ideal, and durability is less of a concern.
88

9-
## Creating an account owned token
9+
## Create an account owned token
1010
:::note
1111
Creating an account owned token requires Super Administrator permission on the account
1212
:::

0 commit comments

Comments
 (0)