trusted_audiences to ensure that a user signs in from one of the tenants, but reject all others.trusted_audiences but struggles with using the /common/.well-known/openid-configuration endpoint because it contains a placeholder {tenantid} in its issuer which is not supported natively by assent. This cause the issuer validation to fail, because the issuer in my token contains my real tenant-id.trusted_audience handler either as a change function or in auth controller success callback (and then deny access unless audience matches allow-list).