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
I'm getting a Metadata not found when trying to log in using saml
Metadata not found
Unable to locate metadata for 'http://dev.localhost/v1/saml/f789766c-e073-4ee5-8fb3-d3258223cd20/metadata.xml'
This is most likely a configuration problem on either the service provider or identity provider.
however, if I take the url specified above, and docker exec into the container, using curl from the shell gives me
I ran into this, and eventually realized my entity IDs did not match. In the docker run example from this project's README, the entity ID is set to "http://app.example.com":
I'm getting a Metadata not found when trying to log in using saml
however, if I take the url specified above, and docker exec into the container, using curl from the shell gives me
what have I misconfigured ? I used
docker run --add-host=dev.localhost:172.17.0.1 --name=testsamlidp -p 8081:8080
to start the containerThe text was updated successfully, but these errors were encountered: