Skip to content Skip to sidebar Skip to footer
Showing posts with the label Azure Active Directory

Unable To Connect To Azure Blob Storage Using Interactivebrowsercredential

This code works just fine: from azure.storage.blob import BlobServiceClient from azure.identity imp… Read more Unable To Connect To Azure Blob Storage Using Interactivebrowsercredential

Azure Python Flask App - Ad Authentication Issue

This could be a little complicated to explain, so will do my best. Current Solution I have a pytho… Read more Azure Python Flask App - Ad Authentication Issue

Azure Ad Authentication Python Web Api

I'm trying to get the user authenticated using OAuth2 and access resources. However, I'm ha… Read more Azure Ad Authentication Python Web Api

I Am Getting An Error While Connecting To An Sql Db In Jupyter Notebook

Facing issue with below code on jupyter while connecting with SQL DB. con = pyodbc.connect('… Read more I Am Getting An Error While Connecting To An Sql Db In Jupyter Notebook

Permissions To Change Azure Vm Local Admin Password Using App Registration

I found THIS answer where author shows how to change local admin password on the VM. I'm wonder… Read more Permissions To Change Azure Vm Local Admin Password Using App Registration

Does Microsoft Msal Have Resource Owner Password Credentials Grant Authorization Support?

Does MSAL have Resource Owner Password Credentials Grant authorization[https://docs.microsoft.com/e… Read more Does Microsoft Msal Have Resource Owner Password Credentials Grant Authorization Support?

Azure AD Authentication Python Web API

I'm trying to get the user authenticated using OAuth2 and access resources. However, I'm ha… Read more Azure AD Authentication Python Web API