Browse Source

Updated README

master
Levi Olson 3 years ago
parent
commit
8bcee387f8
No known key found for this signature in database GPG Key ID: 50264B9D44B55DC5
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      README.org

+ 11
- 2
README.org View File

@ -38,14 +38,23 @@ Follow the steps here -> https://github.com/microsoftgraph/python-sample-console
Then: Then:
1. Update =config.cfg= to contain your =client_id=.
1. Update =config.cfg= to contain your =client_id= as well as the ~machine~ name and ~login~ you choose.
1. Update =.authinfo.gpg= to include something like: 1. Update =.authinfo.gpg= to include something like:
#+begin_src authinfo #+begin_src authinfo
machine azure.api login email@example.com^client_secret password YOUR_CLIENT_ID_GOES_HERE_WITHOUT_SURROUNDING_QUOTES
machine azure.api login email@example.com^client_secret password CLIENT_SECRET_GOES_HERE
#+end_src #+end_src
Given the above authinfo entry, you would set the following in =config.cfg=:
#+begin_src conf
#...
client_id=CLIENT_ID_GOES_HERE
machine=azure.api
login=email@example.com
#...
#+end_src
And finally, you can run the tool with: And finally, you can run the tool with:
#+begin_src shell #+begin_src shell

Loading…
Cancel
Save