Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit ddddd7d

Browse files
committed
Set correct ClientCredentialStyle for use with ClientAssertion
1 parent 645f02b commit ddddd7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/OidcClient/AuthorizeClient.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ private async Task<PushedAuthorizationResponse> PushAuthorizationRequestAsync(st
140140

141141
ClientSecret = _options.ClientSecret,
142142
ClientAssertion = await _options.GetClientAssertionAsync(),
143-
143+
144+
ClientCredentialStyle = ClientCredentialStyle.PostBody,
145+
144146
Parameters = CreateAuthorizeParameters(state, codeChallenge, frontChannelParameters),
145147
};
146148

0 commit comments

Comments
 (0)