Custom Metrics on Security Context propagated by TIBCO ActiveMatrix Policy ManagerIf you use TIBCO ActiveMatrix Policy Manager for Authentication policies and enable Security Context Propagation (see ActiveMatrix Policy Manager documentation for details), you can register custom metrics using ActiveMatrix Service Performance Manager to extract user information forwarded by the Policy.If an authentication policy was applied in the TIBCO ActiveMatrix Policy Manager, refer to the user information is available in the Amberpoint User Information document.You can write the following custom metric expressions to extract classifiers for the user name and role:{{flow=input,document=userInformation}}//ap:userInformation/ap:claimedIdentity/ap:userRoles/ap:role/@name<MapEntry prefix="ns0" namespace="http://www.tibco.com/BookOrderService"/><ClassifierCustomMetric name="User" displayName="User" xpath="{{flow=input,document=userInformation}}//ap:userInformation/ap:userIdentity"><ClassifierCustomMetric name="BookTitle" xpath="{{flow=input,document=input}}//ns0:orderBookRequest/bookName">
Copyright © TIBCO Software Inc. All Rights Reserved.