IAM Buddy/API Service LabAll IAM tools ↗

SERVICE IDENTITIES · API ACCESS

Understand every API call.

Configure your service app. Follow the token. Test the access it actually grants.

A diagnostic workspace for your test applications.Credentials and tokens stay in this tab and transient server memory. They are sent only to the endpoints you choose. Clearing cancels pending work; it does not revoke tokens.
  1. 01Service applicationClient ID + credential
  2. 02Authorization serverGrant → access token
  3. 03Token validationSignature · audience · time
  4. 04Resource APIScope · role · policy

1. Connect your authorization server

OAuth 2.0

A service app acts as itself. No user login, redirect URI or ID token is needed for client credentials.

Endpoint configuration

Review discovered endpoints against trusted provider documentation before sending credentials. Every endpoint origin must be enabled by the site administrator.

2. Identify the service app