From 7e6e39b6b7d3d5fbf8924fba2746e66c7d6093a1 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Fri, 17 Jan 2025 10:23:31 +0100 Subject: [PATCH] Fix typos --- opensaml4-webprofile-demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensaml4-webprofile-demo/README.md b/opensaml4-webprofile-demo/README.md index 1400de1..45862a3 100644 --- a/opensaml4-webprofile-demo/README.md +++ b/opensaml4-webprofile-demo/README.md @@ -7,9 +7,9 @@ The demo acts a good overview guide to OpenSAML demonstrating: * Building, singing and sending a AuthnRequest using HTTP Redirect binding * Parsing and verifying signatures on AuthnRequest * Sending a Response message using the Artifact binding -* Encrypting and decryoting a Assertion +* Encrypting and decrypting an Assertion -## Runing the code +## Running the code Clone the code, navigate to the folder for this sample and run: ``` mvn tomcat:run