resilient/src/main/resources/mock-idp
Orlando M Guerreiro eb3a621b17 Added custom InMemory SAML2 Authentication Request Repository
Added attributes mapping in application*.yml config
Added attributes default values in application*.yml config
Corrected MOCK-IDP to return InResponseTo and complex attribute names
2025-06-03 08:16:24 +01:00
..
certs
idp.js Added custom InMemory SAML2 Authentication Request Repository 2025-06-03 08:16:24 +01:00
package-lock.json
package.json
readme

/* ***************************************************** */
/* To run : > node idp.js 								 */
/*          > Mock IDP running at http://localhost:3000  */
/* Starts an IDP server, allowing SAMLv2 auth testing	 */
/* ***************************************************** */

mock-idp\certs
	Generated selfsigned cert for testing
	* idp-private.key - Used for signing the SAML XML Response
	* idp-public.cert - Included in the SAML XML Response
	* openssl_command.txt - A file containing the command used to generate this certificate files
	
idp.js
	The mock idp developed in JS