Skip to content

Commit

Permalink
Merge pull request #129 from utahudot/EventLogUtility-Aggregation
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
ChesireFreeThrow authored Jan 8, 2025
2 parents 360607b + a89eec0 commit 90ee7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Atspm/Infrastructure/Extensions/AuthenticationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public static IServiceCollection AddAtspmAuthentication(this IServiceCollection
b.Port = -1;
context.ProtocolMessage.RedirectUri = b.ToString();

Console.WriteLine($"callback: {b.ToString()}");

return Task.CompletedTask;
},
//OnTokenResponseReceived = context =>
Expand Down

0 comments on commit 90ee7da

Please sign in to comment.