Skip to content

Commit

Permalink
Merge pull request #30 from DFE-Digital/feature/user-login
Browse files Browse the repository at this point in the history
Feature/user login
  • Loading branch information
paullocknimble authored Jan 7, 2025
2 parents 1453bad + 9e6f03f commit 13dd393
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
// Log the details of the redirect request
Console.WriteLine("Redirecting to Identity Provider");
Console.WriteLine($"Redirect URI: {context.ProtocolMessage.RedirectUri}");
Console.WriteLine($"Request Type: {context.ProtocolMessage.RequestType}");
return Task.CompletedTask;
}
};
Expand Down

0 comments on commit 13dd393

Please sign in to comment.