Skip to content

Latest commit

 

History

History
 
 

getting-started-authnrequest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Getting started with OpenSAML and building AuthnRequest

Sample code for the blog post Getting started with OpenSAML 4, explaining

  • Basics of OpenSAML
  • How to add OpenSAML to your project
  • Initializing OpenSAML
  • Creating a SAML AuthnRequest message.

Runing the code

Clone the code, navigate to the folder for this sample and run:

mvn compile exec:java -Dexec.mainClass="com.samlsecurity.opensamlSamples.gettingStartedAuthnrequest.GenAuthnRequest"