Skip to content

Add user ID to MDC map in Slf4jMDCFilter

Kelly Domico requested to merge user-id-mdc into master

Add user ID to MDC map in Slf4jMDCFilter so it can be added to the customDimensions object in App Insights tables. By default, we are using the subject for the user ID.

Additional add util class for unwrapping token to get claims.

Edited by Kelly Domico

Merge request reports