From 77f08bee1f6b4038f973ee500ef9fcc352ac0bb8 Mon Sep 17 00:00:00 2001 From: Celer21 Date: Fri, 1 Mar 2024 11:51:23 +0100 Subject: [PATCH] Update README.md (#88) There was a typo in samlResponse variable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c3c7a..c237928 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ if (samlResponse.IsValid()) var lastname = samlResponse.GetLastName(); //or read some custom-named data that you know the IdP sends - var officeLocation = samlReponse.GetCustomAttribute("OfficeAddress"); + var officeLocation = samlResponse.GetCustomAttribute("OfficeAddress"); } catch (Exception ex) {