I need to provide a SAML2.0 based Single Sign On (SSO) function for my node.js. service This will take into account SAML claims created by an identity provider (IdP) running Active Directory Federation Services (ADFS)
Ideally, I would like to set up a test ADFS IdP that I can use to internally create SAML claims. Then I could use this to make sure my service handles these claims correctly.
Unfortunately, my company does not use Active Directory, so we cannot just configure the ADFS test platform. Licenses are expensive and therefore I cannot create an internal test server from scratch.
Is there an inexpensive way to simulate ADFS IdP syntax to create a realistic test space for my new SSO service?
source
share