AiFi · OAuth Scopes
AiFi OAuth Scopes
OAuth 2.0
probed
AiFi publishes 10 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the AiFi API on a user’s behalf.
Tokens are issued from https://auth.aifi.com/realms/aifi/protocol/openid-connect/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
CompanyComputer VisionRetailAutonomous CheckoutSpatial IntelligenceArtificial IntelligenceAnalyticsIdentityFraud PreventionPoint of Sale
Scopes: 10
Flows: authorizationCode, clientCredentials, deviceCode
Method: probed
OAuth endpoints
Authorization URL
https://auth.aifi.com/realms/aifi/protocol/openid-connect/auth
https://auth.aifi.com/realms/aifi/protocol/openid-connect/auth
Token URL
https://auth.aifi.com/realms/aifi/protocol/openid-connect/token
https://auth.aifi.com/realms/aifi/protocol/openid-connect/token
Flows
authorizationCodeclientCredentialsdeviceCode
authorizationCodeclientCredentialsdeviceCode
Scopes (10)
| Scope | Description | Flows |
|---|---|---|
| openid | Required OpenID Connect scope; requests an ID token. | |
| profile | Basic profile claims (name, given_name, family_name, preferred_username). | |
| Email address and email_verified claim. | ||
| address | Physical address claim. | |
| phone | Phone number claims. | |
| roles | Realm and client role mappings for the subject. | |
| offline_access | Issues a refresh token usable while the user is offline. | |
| acr | Authentication context class reference; carries the acr claim. | |
| web-origins | Keycloak scope that adds allowed CORS web origins to the token. | |
| microprofile-jwt | MicroProfile JWT claim set (upn, groups) for Java service consumers. |