Jakarta Authorization2.12.01.5
Jakarta Authorization
2.1
2.0
1.5
This feature enables support for Jakarta Authorization version 2.1 In order to add the appAuthorization-2.1 feature to your server, you need to add the third party provider which is not a part of the Open Liberty profile.
If you are updating your application from using the appAuthorization-2.0
feature to using the appAuthorization-2.1
feature, changes in API behavior might require you to update your application code. For more information, see Differences between Jakarta Authorization 2.1 and 2.0.
Enabling this feature
To enable the Jakarta Authorization 2.1 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>appAuthorization-2.1</feature>