absuite-identity-cli

Manage OAuth, OpenID Connect, and user identity operations via the absuite CLI.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-identity-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absuite-identity-cli
Source: https://github.com/FenixAlliance/ABS.Agents/tree/main/paperclip/skills/absuite-identity-cli
Command: npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-identity-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually craft raw HTTP requests to manage OAuth, OpenID Connect, and user identity for the Alliance Business Suite, streamlining authentication and access management workflows for developers and administrators.

Core Features & Use Cases

  • OAuth & OIDC Management: Issue and validate OAuth tokens, retrieve OpenID Connect discovery documents and JSON Web Key Set (JWKS) signing keys for ABS applications.
  • Identity & Permission Queries: Resolve the current authenticated user's identity (WhoAmI), enumerate user permissions, and query application role and permission grants.
  • Use Case: A developer can quickly retrieve required permissions for an ABS application or validate a user's access rights for a specific tenant without writing custom API integration code.

Quick Start

Use the absuite-identity-cli skill to retrieve the current authenticated user's identity and their assigned permissions for a specified ABS tenant.

Frequently Asked Questions about absuite-identity-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage OAuth and OpenID Connect tokens for ABS without writing raw HTTP requests?

You can manage OAuth and OpenID Connect operations by using the absuite-identity-cli to issue and validate OAuth tokens, retrieve OIDC discovery documents, and fetch JWKS signing keys without manual HTTP API calls.

Can I query application roles and permission grants for the Alliance Business Suite via CLI?

Yes, you can query application roles and permission grants directly through the CLI, which handles non-tenant-scoped operations and required tenant-scoped read operations for ABS identity management.

What is the best way to validate a user's access rights for a specific Alliance Business Suite tenant?

Validating user access rights is done by querying user permissions and application role grants via the absuite CLI identity service, eliminating the need to build custom API integration code.

Does the absuite-identity-cli support retrieving OpenID Connect discovery documents and JWKS signing keys?

Yes, the CLI supports retrieving OpenID Connect discovery documents and JSON Web Key Set signing keys for ABS applications, streamlining authentication workflows for developers and administrators.

What are the limitations of using the absuite CLI for identity management regarding tenant-scoped operations?

The CLI covers all non-tenant-scoped operations and required tenant-scoped read operations, but does not handle tenant-scoped write operations, limiting its use for modifying tenant-specific identity configurations.