Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
14
src/main/resources/mock-idp/readme
Normal file
14
src/main/resources/mock-idp/readme
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ***************************************************** */
|
||||
/* 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
|
Loading…
Add table
Add a link
Reference in a new issue