Hi @ErkkiLepre , We have added support for multiple baseUrl for verifying the audience claims with the recent v7.4.0 release. You can define list of allowed app base urls in you config.json as below.
{
...
"production": {
"allowedBaseUrls" : [
"https://other-domain.herokuapp.com"
],
...
}
}