From 2a82570cd13cd174658b9d3abe486b63d56f9a1e Mon Sep 17 00:00:00 2001
From: peterbolha <xbolha@fi.muni.cz>
Date: Fri, 8 Dec 2023 13:03:04 +0100
Subject: [PATCH] feat: add check saml example to readme

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 51a3aa5..d6b36f0 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,17 @@ For usage instructions, run:
 check_saml --help
 ```
 
+Example:
+
+```sh
+python3 check_saml.py
+    --username "my_username"
+    --password "my_password"
+    --username-field "j_username"
+    --password-field "j_password"
+    --postlogout-string "Successful logout"
+```
+
 ### check_user_logins.py
 
 Check users which login in repeatedly more often than a specified threshold (logins per seconds).
-- 
GitLab