Skip to content

Using certificates

Jean-Marc Prieur edited this page Jun 10, 2020 · 30 revisions

Using certificates

Microsoft.Identity.Web uses certificates in two situations:

  • In web apps and web APIs, to prove the identity of the application, instead of using a client secret

  • In web APIs, to decrypt tokens in the web API opted to get encrypted tokens.

    image

Getting started with Microsoft Identity Web

Token cache serialization

Web apps

Web APIs

Daemon scenario

Advanced topics

Extensibility

Credential providers

FAQ

News

Contribute

Other resources

Clone this wiki locally