Skip to content

Commit

Permalink
Merge pull request #7 from jxnkwlp/feature/identity-client
Browse files Browse the repository at this point in the history
fix: identity client log message template invalid
  • Loading branch information
jxnkwlp authored May 7, 2024
2 parents c0101c4 + e0a7fa0 commit cf5c65f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public override async Task UserInformationReceived(UserInformationReceivedContex
{
var providerName = context.Scheme.Name;

Logger.LogDebug("Authentication schame {0} received user information: \n{1}", context.User.RootElement.GetRawText());
Logger.LogDebug("Authentication schame {0} received user information: \n{1}", providerName, context.User.RootElement.GetRawText());

var principal = context.Principal;

Expand Down

0 comments on commit cf5c65f

Please sign in to comment.