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.
- 01Service applicationClient ID + credential
- 02Authorization serverGrant → access token
- 03Token validationSignature · audience · time
- 04Resource APIScope · role · policy
1. Connect your authorization server
OAuth 2.0A 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.