Hello there! I am a new community member, and hoping to get some help setting up Auth0 for use with my simplesaml setup.
I have simplesamlphp setup on my website, and have all the idp information provided from Auth0 as expected. However, I was given sP information from simplesaml in .xml format that I cannot seem to give to Auth0 anywhere.
Whenever I attempt to use the login on my website, I receive an error
**invalid_request** : The SAML Request AssertionConsumerServiceURL is invalid:
with a url pointing to http://example.com/simplesaml/module.php/saml/sp/saml2-acs.php/Auth0
(actual domain name replaced with example.com for security purposes)
When looking online, it looks like this is because Auth0 has the incorrect consumer service URL, however I never set this up in Auth0 so I am not sure where it’s pulling that from.
Can I possibly get some help getting this setup?
Thanks!