From a7ef2ded8788b06273ab35f3533e246a03fc362a Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Fri, 17 Jan 2025 10:19:01 +0100 Subject: [PATCH] Fix typo --- opensaml-http-post/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensaml-http-post/README.md b/opensaml-http-post/README.md index 30d97c1..94e56e5 100644 --- a/opensaml-http-post/README.md +++ b/opensaml-http-post/README.md @@ -1,5 +1,5 @@ # Demo code on HTTP POST in OpenSAML 4 -This code shows a how to use the HTTPPostEncoder and HTTPPostDecoder in OpenSMAL 4 to send a receive messages using the HTTP POST binding. +This code shows a how to use the HTTPPostEncoder and HTTPPostDecoder in OpenSMAL 4 to send and receive messages using the HTTP POST binding. The code is explained with more detail and backgound on [this blog post](https://blog.samlsecurity.com/post/post-binding-opensaml-4/?utm_source=github&utm_medium=link&utm_campaign=opensaml_samples_collection&utm_content=http-post-binding)