MSAL is not a low-level OAuth2 library. MSAL actually wraps and hides the concept of Refresh Token (RT) away from you. So if you started your project with MSAL Python and following its 3-steps usage ...
Ok, In my previous article I showed how you can use Azure AD workload identity together with Secrets Store CSI Driver (CSI), but this time we are going to retrieve the secrets with Azure SDK and ...