Hi
I have an App Service web app, with a System Managed Identity.
I need to access individually the tenant id, client id and secret etc from within my code .. so I can pass them to a 3rd part library (mongodb client side field level encryption).
Is there any way to access these variables from within my code when using Azure.Identity library or are they stored in App service environment variables?
Thanks!