sp-test is a simple test client for IDPs. It can be used with SAML or OIDC. You can send any SAML assertions or OIDC AuthenticationRequest from within a browser and (optionally) receive the responses from the IDP
Use npm to install dependencies
npm install
Start the project using
export PORT=3001 && npm start
and access the server at localhost.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.