Ask a Question
Staging tokens return the wrong audience
over 1 year ago by Adam
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:***"
}