Change link to https://github.com/eclipse/microprofile/wiki/JWT_Auth
Closes #31219 Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
parent
d5041816b6
commit
e80c3fee9b
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ This scope is also not defined in the OpenID Connect specification and not added
|
|||
+
|
||||
** *microprofile-jwt*
|
||||
+
|
||||
This scope handles claims defined in the https://wiki.eclipse.org/MicroProfile/JWT_Auth[MicroProfile/JWT Auth Specification]. This scope defines a user property mapper for the *upn* claim and a realm role mapper for the *groups* claim. These mappers can be changed so different properties can be used to create the MicroProfile/JWT specific claims.
|
||||
This scope handles claims defined in the https://github.com/eclipse/microprofile/wiki/JWT_Auth[MicroProfile/JWT Auth Specification]. This scope defines a user property mapper for the *upn* claim and a realm role mapper for the *groups* claim. These mappers can be changed so different properties can be used to create the MicroProfile/JWT specific claims.
|
||||
+
|
||||
** *offline_access*
|
||||
+
|
||||
|
|
|
@ -464,7 +464,7 @@ Cross-Datacenter Replication changes::
|
|||
not guaranteed as we don't test it anymore.
|
||||
|
||||
==== New optional client scope
|
||||
We have added a new `microprofile-jwt` optional client scope to handle the claims defined in the https://wiki.eclipse.org/MicroProfile/JWT_Auth[MicroProfile/JWT Auth Specification].
|
||||
We have added a new `microprofile-jwt` optional client scope to handle the claims defined in the https://github.com/eclipse/microprofile/wiki/JWT_Auth[MicroProfile/JWT Auth Specification].
|
||||
This new client scope defines protocol mappers to set the username of the authenticated user to the `upn` claim and to
|
||||
set the realm roles to the `groups` claim.
|
||||
|
||||
|
|
Loading…
Reference in a new issue