First of all, thank you for this beautiful library.
I have a Symfony app working with an Azure AD. The authenfication works in production, I set the entity_id as my web site domain, the response url to my_domain/saml/login_check and everything is fine.
The problem is that the authentification doesn't work when I authenticate to Azure AD from localhost, I get the error in the title.
I think that the problem is when the prod server gets the response from the Azure AD after my local authentification, the prod server dosen't recognize my local server, and pops the error.
Is there a way to make my authentification work from local and production at the same time ?
Hello,
First of all, thank you for this beautiful library.
I have a Symfony app working with an Azure AD. The authenfication works in production, I set the entity_id as my web site domain, the response url to my_domain/saml/login_check and everything is fine. The problem is that the authentification doesn't work when I authenticate to Azure AD from localhost, I get the error in the title. I think that the problem is when the prod server gets the response from the Azure AD after my local authentification, the prod server dosen't recognize my local server, and pops the error.
Is there a way to make my authentification work from local and production at the same time ?
Thanks !