An open API service indexing awesome lists of open source software.

https://github.com/devigned/go-az-cli-stuff

Just some example stuff in golang that az cli does
https://github.com/devigned/go-az-cli-stuff

Last synced: 5 months ago
JSON representation

Just some example stuff in golang that az cli does

Awesome Lists containing this project

README

          

# az cli like golang

Just some example stuff in golang that az cli does.

This example will open a browser and auth in a similar way as Azure CLI.

## To Run
```bash
go run .
```

## Notes
- [multi-tenant apps](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-convert-app-to-be-multi-tenant#update-your-code-to-send-requests-to-common)
- [auth code flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow)
- [token v1 scopes](https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-v1-app-scopes)