You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revoked tokens are hidden from the listing by default. If any tokens have been revoked, a **Show revoked tokens** toggle appears above the list to include them in the view.
33
+
Revoked tokens are hidden from the listing by default. Use the **Show revoked tokens** toggle above the list to include them in the view.
34
34
35
-
Token status badges (**PENDING**, **APPROVED**, **DENIED**, **REVOKED**) are shown for any token that has an authorization record — even in organizations not using the "Require administrator approval" policy (for example, a token that has been revoked will show its status regardless of the current policy).
35
+
A **REVOKED**status badge is shown for any revoked token regardless of the organization's token policy. **PENDING**, **APPROVED**, and **DENIED** badges only appear in organizations with the "Require administrator approval" policy enabled, as those states are only created by the approval flow.
36
36
37
37
## Token Policy
38
38
@@ -64,11 +64,11 @@ Denial is not permanent: a denied token can later be approved by an administrato
64
64
> [!NOTE]
65
65
> Token names are only visible to administrators when the "Require administrator approval" policy is enabled.
66
66
67
-
### What members see when blocked
67
+
### What Members See When Blocked
68
68
69
69
Members whose tokens are pending or denied receive a `403` error when accessing organization resources: _"Due to the organization token policy, your token needs to be approved by the organization before you can access this resource."_
70
70
71
-
The error message is the same for both pending and denied states. To see the status, members can navigate to the individual token's edit page. The organization administrator listing at `/organizations/:name/settings/tokens` shows status badges for all member tokens.
71
+
The error message is the same for both pending and denied states. To see the status, members can navigate to the individual token's edit page. The organization administrator token management settings page shows status badges for all member tokens.
0 commit comments