You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
marinij
changed the title
"Unknown InResponseTo" error when trying to authenticate from local
"Unknown InResponseTo _xxx" error when trying to authenticate from local
Oct 27, 2017
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 !
The text was updated successfully, but these errors were encountered: