-
Notifications
You must be signed in to change notification settings - Fork 55
Description
There are two changes, both of which are additions to existing docs.
Change 1:
on https://openliberty.io/docs/latest/authentication.html
As-is (end of second paragraph):
... In many cases, a user’s credentials are placed in a token that can be passed from the server to different services to authenticate requests for protected resources.
To-be (new sentence added to end of paragraph):
... In many cases, a user’s credentials are placed in a token that can be passed from the server to different services to authenticate requests for protected resources. A protected web resource is one that requires authorization.
Change 2:
on https://openliberty.io/docs/latest/authorization.html
Add the following Oracle reference topics as Related Information items:
https://docs.oracle.com/javaee/7/tutorial/security-webtier002.htm
https://javaee.github.io/tutorial/security-webtier002.html
https://jakarta.ee/learn/docs/jakartaee-tutorial/current/security/security-webtier/security-webtier.html
Tagging @barbj as well since she was involved in coming up with these changes.