Ask a Question

Ask a Question
Back to All

Staging tokens return the wrong audience

When requesting a staging token using:

https://api.staging.deliverect.com/oauth/token

The token it returns contains the wrong audience:

{
  "iss": "https://api.staging.deliverect.com",
  "aud": "https://api.deliverect.com",
  "exp": 1687285306,
  "iat": 1687198906,
  "sub": "****@clients",
  "azp": "****",
  "scope": "genericChannel:***"
}