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

Commit 75b1360

Browse files
committed
Use GetClientAssertionAsync in PAR
1 parent 88ec61a commit 75b1360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OidcClient/AuthorizeClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private async Task<PushedAuthorizationResponse> PushAuthorizationRequestAsync(st
139139
ClientId = _options.ClientId,
140140

141141
ClientSecret = _options.ClientSecret,
142-
ClientAssertion = _options.ClientAssertion,
142+
ClientAssertion = await _options.GetClientAssertionAsync(),
143143

144144
Parameters = CreateAuthorizeParameters(state, codeChallenge, frontChannelParameters),
145145
};

0 commit comments

Comments
 (0)