Skip to content

ClientCredentialCertificateContext implementation using certificate #5870

Answered by baywet
tnup asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tnup
Thank you for using kiota and for reaching out.

Certificate authentication MAY require up to three things one the confidential side to work:

  • (always required) the certificate itself, which describes the public key and some metadata
  • (always required) the matching private key, which allows signing a temporary generated "phrase" , this signed phrased is then deciphered by the service using the public key of the certificate to guarantee the origin/authenticity of the caller.
  • (optional) the password for the private key, depending on how your certificate/key pair was generated, the private key may require a password to be accessed. If you didn't specify a password to protect the priva…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tnup
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants