TAL · OAuth Scopes
TAL OAuth Scopes
OAuth 2.0
searched
TAL publishes 7 OAuth 2.0 scopes via the authorizationCode and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the TAL API on a user’s behalf.
Tokens are issued from https://login.talpartner.tal.com.au/oauth2/v1/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.
InsuranceAustraliaLife InsuranceIncome ProtectionGroup InsuranceSuperannuationUnderwritingClaimsCarrierEmbedded InsurancePartner GatedNo Public APIOpenID ConnectGraphQLIdentity
Scopes: 7
Flows: authorizationCode, deviceCode
Method: searched
OAuth endpoints
Authorization URL
https://login.talpartner.tal.com.au/oauth2/v1/authorize https://auth.acp.tal.com.au/oauth2/v1/authorize https://auth.claimsassist.tal.com.au/oauth2/v1/authorize
https://login.talpartner.tal.com.au/oauth2/v1/authorize https://auth.acp.tal.com.au/oauth2/v1/authorize https://auth.claimsassist.tal.com.au/oauth2/v1/authorize
Token URL
https://login.talpartner.tal.com.au/oauth2/v1/token https://auth.acp.tal.com.au/oauth2/v1/token https://auth.claimsassist.tal.com.au/oauth2/v1/token
https://login.talpartner.tal.com.au/oauth2/v1/token https://auth.acp.tal.com.au/oauth2/v1/token https://auth.claimsassist.tal.com.au/oauth2/v1/token
Flows
authorizationCodedeviceCode
authorizationCodedeviceCode
Scopes (7)
| Scope | Description | Flows |
|---|---|---|
| openid | Request an ID token and authenticate the end user (OpenID Connect core). | authorizationCode |
| profile | Basic profile claims (name, given_name, family_name, preferred_username, locale, zoneinfo, updated_at). | authorizationCode |
| email and email_verified claims. | authorizationCode | |
| address | address claim. | authorizationCode |
| phone | phone_number and phone_number_verified claims. | authorizationCode |
| offline_access | Issue a refresh token so the partner application can act without the user present. | authorizationCode |
| groups | Group membership claim — the mechanism TAL's Okta tenants use to carry partner/role entitlement into the token. | authorizationCode |