You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For logging purposes we need to log the 4 W's (Who, What, When, Where). I have tried attaching the Application Insights to the data api builder to capture the logging information, however it is not logging the 'Who'....
I tried with two different Oauth2 providers:
AzureAD
KeyCloack (Locally)
Where with AzureAD token you have the following available for defining the 'user':
"oid": "",
Within KeyCloack provider's token I have the following available for defining the 'user':
but neither is being logged anywhere.... Also I do not see any possibilities to add this to the telemtry data... Does anybody know a workaround for this or whether this will become available in (near) future?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For logging purposes we need to log the 4 W's (Who, What, When, Where). I have tried attaching the Application Insights to the data api builder to capture the logging information, however it is not logging the 'Who'....
I tried with two different Oauth2 providers:
AzureAD
KeyCloack (Locally)
Where with AzureAD token you have the following available for defining the 'user':
"oid": "",
Within KeyCloack provider's token I have the following available for defining the 'user':
"preferred_username": "username",
"email": "[email protected]"
but neither is being logged anywhere.... Also I do not see any possibilities to add this to the telemtry data... Does anybody know a workaround for this or whether this will become available in (near) future?
Beta Was this translation helpful? Give feedback.
All reactions