From f5b885748d550730c68fcc187aa0638bb5287c58 Mon Sep 17 00:00:00 2001 From: plockwood Date: Tue, 7 Jan 2025 14:17:29 +0000 Subject: [PATCH] added more logging --- src/Dfe.RegionalImprovementForStandardsAndExcellence/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dfe.RegionalImprovementForStandardsAndExcellence/Program.cs b/src/Dfe.RegionalImprovementForStandardsAndExcellence/Program.cs index c02cb7d..4b147cc 100644 --- a/src/Dfe.RegionalImprovementForStandardsAndExcellence/Program.cs +++ b/src/Dfe.RegionalImprovementForStandardsAndExcellence/Program.cs @@ -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; } };