OpenSearch/x-pack/test/idp-fixture/idp/shibboleth-idp/credentials
Ioannis Kakavas 3640ff1ff2
Add SAML AuthN request signing tests (#61582)
- Add a unit test for our signing code
- Change SAML IT to use signed authentication requests for Shibboleth to consume

Backport of #48444
2020-08-27 10:41:56 +03:00
..
README Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
ca_server.pem Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-backchannel.crt Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-backchannel.p12 Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-browser.key Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-browser.p12 Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-browser.pem Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-encryption.crt Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-encryption.key Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-signing.crt Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
idp-signing.key Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
sealer.jks Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
sealer.kver Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
sp-signing.crt Add SAML AuthN request signing tests (#61582) 2020-08-27 10:41:56 +03:00
sp-signing.key Add SAML AuthN request signing tests (#61582) 2020-08-27 10:41:56 +03:00

README

openssl req -x509 -newkey rsa:4096 -nodes -keyout idp-browser.key -out idp-browser.pem -days 10000 -subj "/CN=localhost"
openssl pkcs12 -in idp-browser.pem -inkey idp-browser.key -export -out idp-browser.p12