Introduction
SAT expanded as Secure Access Token, is a standard in comcast in authentication for service to service calls. This is a JWT token and primarily used when an API needs to call another API.
Types of SAT Token
Account based
These types of token are generated using a service account number. The token is generated with contextual information about the account and is very useful to pass around account level information to the API's. More details can be found in Reference
Environments
SAT token can be created in Prod or Staging environment
Environment | Endpoint |
---|---|
Production | https://sat-prod.codebig2.net/v2/getSAT/ |
You can create Account level token like shown below
OAuth
These types of token are generated using standard OAuth. More details about this can be found in Reference
Environments
SAT token can be created in Prod or Staging environment
Environment | Endpoint |
---|---|
Production | https://sat-prod.codebig2.net/v2/oauth/token |
You can create SAT OAuth level token like shown below