Testing wp-saml-auth from Docker container
-
I have an installation of WordPress on a local Docker Container, running at wp.test.
We are using a custom framework for development that alters the installation path.
For example, when trying to access the wp-admin, the path is wp.test/wp/wp-admin not wp.test/wp-admin
So logging in, we are pointed to wp.test/wp/wp-loginWe are using Onelogin library as the connection bridge, and according to their docs, our AssertionConsumerService should be https://wp.test/wp-login.php?saml_acs. With our custom framework, this results in https://wp.test/wp/wp-login.php?saml_acs
I am having problems getting authentication to work with ssocircle & testshib.
With ssocircle, I am receiving an error of “Issuer in Request is Invalid” – but am unable to dig any deeper for a root cause.
With testshib, the error is “SAML 2 SSO profile is not configured for relying party urn:wp.test”Using the Onelogin validation tool, the metadata is valid. It was also cucessfully uploaded to both test IDP’s.
Have you any suggestions as to how to get our docker image working with testshib or ssocircle?
- The topic ‘Testing wp-saml-auth from Docker container’ is closed to new replies.