We’re currently facing an issue while using the provided eSignet service for developers during testing.
We’ve deployed the eSignet containers on a VPS server as part of our app prototyping. However, it appears that the eSignet server expects the token URL to always be localhost, and does not accept any other IP address or hostname. While everything works fine in our local development environment, we consistently receive an “invalid assertion” error when running it on the VPS.
Is there a recommended way to configure or override this behavior to support non-localhost URLs? Any guidance would be greatly appreciated.