I'm trying to implement Azure SAML SSO in Laravel (I'm using laravel 8) I followed the answer on another question posted here in stackoverflow (Azure Active Directory SSO with Laravel). When I go to the page of login the server gives me a 404 error, and from the logs I read this:
Saml2 error_detail {"error":"Invalid issuer in the Assertion/Response (expected 'https://{my_project_url}/saml2/aad/metadata', got 'https://sts.windows.net/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx/')"}
I'm stuck and there is lack of documentation about this laravel package. Can someone help me?
The settings were incorrect as mentioned in the comment below the question