Hi, we currently have a complex kibana dashboard build by analysing traffic log which uses the esri_auth to determine who the user is. However in 10.9.1 esri_auth is no longer available, instead it is replaced by a encrypted token under esri_aopc.
Is it possible to identify the user based on the encrypted token? Perhaps using
https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-request/platformSelf
Enterprise auth is using SAML.
Thank you in advance