Closed RosiersRobin closed 9 months ago
I am facing this problem too. I haven't found any solution yet. You did it?
Hey @RosiersRobin have you added the user you are trying to sign in with to the application that you created in Entra?
Hello @RosiersRobin
Did you manage to solve this?
If so how did you go about it?
problem is that the default routes used in saml2.php redirect to http instead of https. The only solution I found yet is to overwrite the "entityId", "assertionConsumerService" and "singleLogoutService" with https routes
I'm having trouble here.
When I setup the SSO using the Microsoft Entrada admin center in the enterprise app "Microsoft Entra SAML Toolkit", I can follow all of their setup instructions to access their test website for saml. That works as intended.
Now I have a laravel app, that needs to allow tenants to access our app using the SAML SSO from microsoft.
this is what I entered in the command:
Then I get this:
So I then head back to the Basic SAML configuration in Microsoft entrea admin center and modify the settings like so:
At this point I filled in the inputs with the given data from the package.
When I go to the login URL: https://b83d-[uuid].ngrok-free.app/saml/[UUID]/login
I redirect to the microsoft login page, which is really good, but then I login with my account and I see the following error:
Anyone who has an idea what I can do here to resolve this issue? I need to have this working asap, to have users be able to login into our application..
Thanks in advance!