go-azure-ad
go-azure-ad copied to clipboard
Example Golang code to access Azure Active Directory (AD) using OAuth2
Results
1
go-azure-ad issues
Sort by
recently updated
recently updated
newest added
After setting ```AZURE_AD_CLIENT_ID``` in bash, I get "AADSTS700016: Application with identifier "abc" was not found in the directory 'xyz'." I ran the Azure's Python example [here](https://github.com/Azure-Samples/ms-identity-python-webapp) and it seems to...