Create access token
- Create a new
App registration
inAzure Active Directory
. - Create a new
Client Secret
inCertificates & secrets
tab of theApp registration
created in step 1. - Use the following code to generate the access token.
python
1 | import adal |