Jakarta Authorization2.01.5
Jakarta Authorization
2.0
1.5
This feature enables support for Jakarta Authorization version 2.0 In order to add the appAuthorization-2.0 feature to your server, you need to add the third party provider which is not a part of the Open Liberty profile.
Enabling this feature
To enable the Jakarta Authorization 2.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>appAuthorization-2.0</feature>