-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lou Markovski edited this page Jan 13, 2016
·
16 revisions
-
Getting Started will show you how to prepare the
jwt-auth
environment. -
JWT Primer covers the basics of JWTs.
-
Obtain a Token Via POST will generate a symmetrically signed (shared password) JWT that can be used to access a protected URL
-
Accessing Protected URLs demonstrates how to access an authentication-protected URL
-
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