We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45aca8 commit de1be82Copy full SHA for de1be82
1 file changed
Applications/Backend/Source/HttpsRichardy.Federation.WebApi/Pages/Authorize.cshtml.cs
@@ -121,6 +121,7 @@ public async Task<IActionResult> OnPostAsync()
121
var code = Guid.NewGuid().ToString("N").ToUpperInvariant();
122
var metadata = new Dictionary<string, string>
123
{
124
+ { "client.id", Parameters.ClientId ?? string.Empty },
125
{ "code.challenge", Parameters.CodeChallenge ?? string.Empty },
126
{ "code.challenge.method", Parameters.CodeChallengeMethod ?? string.Empty }
127
};
0 commit comments