Skip to content
Lou Markovski edited this page Jan 13, 2016 · 16 revisions
  1. Getting Started will show you how to prepare the jwt-auth environment.

  2. JWT Primer covers the basics of JWTs.

  3. Obtain a Token Via POST will generate a symmetrically signed (shared password) JWT that can be used to access a protected URL

  4. Accessing Protected URLs demonstrates how to access an authentication-protected URL

  5. Azure AD Authentication will grant you a JWT from a typical identity management service (Azure AD). This scenario also demonstrates asymmetrically signed (public/private key encryption) JWTs

Clone this wiki locally