-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPKeyStore #74
Comments
TestSAML has an example on how to use SPKeyStore. |
I am still confused on how to set the SPKeyStore. Do I need to create my own KeyStore type that conforms with X509KeyStore interface? |
How to Set Up an Interface for Handling Key Stores Below is a complete example demonstrating how to set up an interface to manage private keys and certificates. 1. Define the Key Store Struct
2. Implement the GetKeyPair Method
3. Initialize the Key Store
4. Configure the Service Provider
|
Is there any actual examples of SPKeyStore being set to a valid keystore? It's really confusing how to make this field consume some sort of keystore, preferably a JKS file.
The text was updated successfully, but these errors were encountered: