I was exploring the Micosoft.Identity.Web code.
How is the TokenDecryptionCertificates used in the Micosoft.Identity.Web lib and what does it change in my tokens, flows?
Maybe a note or an example might be useful in the docs
Greetings Damien
@damienbod
I need to write a full page, but the principle is:
@damienbod Here is the documentation with how to set this up and more information -> https://github.com/AzureAD/microsoft-identity-web/wiki/Token-Decryption
there are code snippets on the page.
going to close this issue, but feel free to reopen or tag me w/questions.
@jennyf19 Docs are really good, thanks
I also made a blog about this.
One small improvement suggestion to the docs:
I would add Generate Certificate in Azure Key Vault before this section as I think this is the standard way.
Then download the public cer file to add to the App registration.
Greetings Damien
@jennyf19:
Do you want to please update the wiki to add a section on how to generate certificate in KeyVault?
Thanks @damienbod