Updates in amPluggableCache values
The
amPluggableCache
property in the
$OM_HOME/roles/authorization-service/standalone/config/application.properties file has the following possible values:
Relational
(authentication and authorization both are done by relational data store)Redis
(authentication and authorization both are done by Redis data store)DS_ActiveDirectory_Relational
(authentication by Active Directory and authorization by relational data store)DS_ActiveDirectory_Redis
(authentication by Active Directory and authorization by Redis data store)
In TIBCO Order Management, support for authentication and authorization of all the available microservices is added. Authentication is used to authenticate someone's identity, whereas authorization is a way to permit someone to access a particular resource.