diff --git a/spec/src/main/asciidoc/authentication-spec.adoc b/spec/src/main/asciidoc/authentication-spec.adoc index e8f5ded..e1fbe44 100644 --- a/spec/src/main/asciidoc/authentication-spec.adoc +++ b/spec/src/main/asciidoc/authentication-spec.adoc @@ -2,7 +2,7 @@ // Copyright (c) 2017, 2019 Contributors to the Eclipse Foundation // -= Jakarta Authentication 1.1 += Jakarta Authentication :authors: Jakarta Authentication Team, https://projects.eclipse.org/projects/ee4j.jaspic :email: https://dev.eclipse.org/mailman/listinfo/jaspic-dev :version-label!: diff --git a/spec/src/main/asciidoc/scope.adoc b/spec/src/main/asciidoc/scope.adoc index ed5c736..e39fb81 100644 --- a/spec/src/main/asciidoc/scope.adoc +++ b/spec/src/main/asciidoc/scope.adoc @@ -1,3 +1,10 @@ == Specification Scope +Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers +that interact with a caller and a container's environment to obtain the caller's credentials, validate these, +and pass an authenticated identity (such as name and groups) to the container. + +Jakarta Authentication consists of several profiles, with each profile telling how a specific container +(such as Jakarta Servlet) can integrate with- and adapt to this SPI. +