Add identity-scoped OAuth token management
Let users create, list, and revoke manual bearer tokens from /me/oauth-tokens, scoped to their identity rather than an organization. Manual tokens store a null client_id and are authorized with a self-manage IAM policy. Wire Connect GraphQL on Identity (list, create, revoke), add console UI with scoped create flow and credentials dialog, and cover the flow in e2e tests. Fix list pagination ordering and keep the Relay connection in sync after create. Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
@@ -71,6 +71,7 @@ func IAMPolicySet() *PolicySet {
|
||||
IAMSelfManageProfilePolicy,
|
||||
IAMSelfManageMembershipPolicy,
|
||||
IAMSelfManagePersonalAPIKeyPolicy,
|
||||
IAMSelfManageOAuth2AccessTokenPolicy,
|
||||
IAMSelfManageOAuth2ConsentPolicy,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user