I have a spring boot application and planning to use Okta, referring to the below 2 samples, what is the purpose of configuring keystore for service provider?
Asked
Active
Viewed 647 times
1 Answers
0
As you can see in SAML 2.0 specs [http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf],
All SAML protocol request and response messages MAY be signed using XML Signature
That means your Service Provider could have the need to sign his requests.

e.g78
- 667
- 4
- 8