AllWork · OAuth Scopes
AllWork OAuth Scopes
OAuth 2.0
searched
AllWork 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 AllWork API on a user’s behalf.
Tokens are issued from https://auth.allworknow.com/realms/AWN1/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.
CompanyWorkforce ManagementHuman ResourcesStaffingPayrollEmployer of RecordContingent WorkforceGig EconomySchedulingTime and AttendanceCompliance
Scopes: 10
Flows: authorizationCode, clientCredentials, deviceCode
Method: searched
OAuth endpoints
Authorization URL
https://auth.allworknow.com/realms/AWN1/protocol/openid-connect/auth
https://auth.allworknow.com/realms/AWN1/protocol/openid-connect/auth
Token URL
https://auth.allworknow.com/realms/AWN1/protocol/openid-connect/token
https://auth.allworknow.com/realms/AWN1/protocol/openid-connect/token
Flows
authorizationCodeclientCredentialsdeviceCode
authorizationCodeclientCredentialsdeviceCode
Scopes (10)
| Scope | Description | Flows |
|---|---|---|
| openid | Standard OpenID Connect scope; requests an ID token. | authorizationCode |
| profile | Basic profile claims (name, given_name, family_name, preferred_username). | |
| Email address claim. | ||
| address | Address claim. | |
| phone | Phone number claim. | |
| offline_access | Requests a refresh token usable while the user is offline. | |
| roles | Keycloak client scope carrying realm and client role mappings. | |
| acr | Keycloak client scope carrying the authentication context class reference. | |
| web-origins | Keycloak client scope carrying allowed CORS web origins. | |
| microprofile-jwt | Keycloak client scope emitting MicroProfile JWT claims (upn, groups). |