Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding links to Microsoft Docs
  • Loading branch information
abhidnya13 committed Apr 12, 2019
commit dd27ef5e86cc49e29b1bbb41a26df3907e843918
5 changes: 4 additions & 1 deletion sample/certificate_credential_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"thumbprint": "790E20ED5C5BF7F44..."
"private_key_file": "filename.pem"
}
For mor information about generating thumbprint and private key file, refer to:
For more information about scopes, refer:
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow#second-case-access-token-request-with-a-certificate

For more information about generating thumbprint and private key file, refer:
https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki/Client-credentials

You can then run this sample with a JSON configuration file:
Expand Down