I\'m implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or hav
You can configure Auth0 as a SAML IdP. The setup is straight-forward and there's a free tier available.
Use samlidp.io, it is perfect and free for testing, you can setup your own IdP with a few clicks with adding your custom SP's metadata and that's all, it works.
I'm using Keycloak (https://www.keycloak.org/).