Skip to content

Commit 77f08be

Browse files
authored
Update README.md (#88)
There was a typo in samlResponse variable.
1 parent 6ca5b94 commit 77f08be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if (samlResponse.IsValid())
103103
var lastname = samlResponse.GetLastName();
104104

105105
//or read some custom-named data that you know the IdP sends
106-
var officeLocation = samlReponse.GetCustomAttribute("OfficeAddress");
106+
var officeLocation = samlResponse.GetCustomAttribute("OfficeAddress");
107107
}
108108
catch (Exception ex)
109109
{

0 commit comments

Comments
 (0)