Results 2 comments of Ed Holyat

I created a good assertion and when I call oidcclient.LoginAsync() it is not sending the assertion. Do I need to use the lower level IdentityModel Client to accomplish private key...

So, what I found is that IdentityModel only adds the ClientAssertion in the token request for Private Key Jwt(IdentityModel.Client.ProtocolRequest.cs Prepare()). I expected it to also be in the authorize request,...