You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JWT authentication on different domains with matching keys fails with error:
{
"errors": [
{
"message": "Invalid issuer: the token's `iss` was 'DOMAIN_ONE', but signed with a key from 'DOMAIN_TWO'",
"extensions": {
"code": "AUTH_ERROR"
}
}
]
}
To Reproduce
Steps to reproduce the behavior:
Run identical auth service behind two different domains
Submit authenticated request
See error
Expected behavior
A router running with multiple JWT auth services should support multiple domains with the same keys.
Output
Desktop (please complete the following information):
OS: Mac 14.5
Version: Rover 0.26.3, Router v1.59.2
Additional context
The text was updated successfully, but these errors were encountered:
Cameronjmayfield
changed the title
JWT authentication on different domains with matching keys fails with error:
JWT authentication on different domains with matching keys fails with error
Feb 6, 2025
Describe the bug
JWT authentication on different domains with matching keys fails with error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A router running with multiple JWT auth services should support multiple domains with the same keys.
Output
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: