intro for JWT auth - link to mp spec (#2069)

This commit is contained in:
Lisa Jamen
2020-06-19 16:36:35 -04:00
committed by GitHub
parent 50c199b60b
commit a46585abcb

View File

@@ -16,11 +16,19 @@
///////////////////////////////////////////////////////////////////////////////
= JWT Auth
= JWT Authentication
:toc:
:toc-placement: preamble
:spec-name: MicroProfile JWT Auth
:description: {spec-name} support in Helidon MP
:keywords: helidon, mp, microprofile, security, jwt
:h1Prefix: MP
== This page is Under Construction and will be available soon
== Overview
JSON Web Token (JWT) defines a compact and self-contained way for securely transmitting information between parties as a JSON object. With JWT Auth you can integrate security features such as single sign on into your Helidon MP applications.
== Next Steps
Learn more about JWT authentication: +
https://download.eclipse.org/microprofile/microprofile-jwt-auth-1.1.1/microprofile-jwt-auth-spec.html#_introduction[Eclipse MicroProfile Interoperable JWT RBAC]