Is it possible for a very basic account at Azure AD to setup a SAML test? I need to integrate to a SAML authentication at a client, but it would be really helpful to have somewhere I can debug and where I control both client and server side.
I only have Microsoft Exchange (the email) but I can create an Azure AD, however I struggle to find anything about SAML.
Unfortunately such a request to Microsoft directly require me to buy a subscription plan (!!)
Lorefnon
Open Web Enthusiast
I have been using mcguinness/saml-idp to debug my SAML integrations and it has worked well.
Its an open-source node.js based service which you can locally run, and you can configure your service provider to use this as your identity provider.