commit | 58590bfbbbfd76bd5935676359da4280b51900e3 | [log] [tgz] |
---|---|---|
author | Cris Rockwell <cmrockwe@umich.edu> | Sat Apr 04 12:58:35 2020 -0400 |
committer | Cris Rockwell <cmrockwe@umich.edu> | Sat Apr 04 12:58:35 2020 -0400 |
tree | 410bee3eb01895642f88409f0e854c781c80e56d | |
parent | 14c749702748dfd4789f3ea146216d1e19582171 [diff] |
Deleted unused SOAP dependencies. Deleted unused SP Keystore
This project is intended to be a contribution to the Apache Sling project; it has a SAML2 Service Provider Authentication Handler and the associated SAML2 servlets and utilities.
It is a work in progress and not production ready!
SP_POST_Request;_IdP_POST_Response https://en.wikipedia.org/wiki/SAML_2.0#SP_POST_Request;_IdP_POST_Response
idp
is a test fixture based on the OpenSAML V3 eBook. It will be useful for minimizing setup for testing purposes. Set to disabled for production.sp
is the package for service provider classes utilitiesHelpers
static utilities for help using the opensaml library##Set up JKS$ cd sling
$ mkdir keys
$ cd keys
keytool
-genkeypair
-keyalg RSA
-validity 365
-alias samlStore
-keystore samlKeystore.jks
-keypass key_password
-storepass storepassword
-dname “CN=localhost, OU=LSA Technology Services, O=University of Michigan,L=Ann Arbor, S=MI, C=US”
keytool -genkey -alias samlKeys -keyalg RSA -keystore samlKeystore.jks