Skip to content

Commit

Permalink
Update README.md (#88)
Browse files Browse the repository at this point in the history
There was a typo in samlResponse variable.
  • Loading branch information
Celer21 authored Mar 1, 2024
1 parent 6ca5b94 commit 77f08be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 77f08be

Please sign in to comment.