JAB
JAB

Reputation: 3616

Java code to create encrypted SAML Assertion

How to create an encrypted saml2.0 assertion in java?

Downloaded sample project from http://www.capcourse.com/Library/OpenSAML/index.html

I am new to this .. can someone please provide the steps or links to do so..

Upvotes: 2

Views: 10542

Answers (1)

Erwin
Erwin

Reputation: 542

check this for general info

Here is an encryption and decryption sample. DON'T FORGET to BOOTSTRAP OpenSAML2 before using it's functions it's one of most common mistakes.

Upvotes: 2

Related Questions