Troubleshooting Microsoft Entra ID ACS Redirection Issue in Spring Boot Application Running on VM

27 views Asked by At

I'm encountering an issue with a Spring Boot application that connects to an Identity Provider (IDP) such as Azure Active Directory. The IDP's redirection URL (ACS) is configured as http://localhost:8080. However, when the application runs on a VM, this URL changes to http://10.1.4.125:8080. The IDP does not recognize this address and only accepts URIs with HTTPS or HTTP but with localhost. How can I address this issue?

0

There are 0 answers