Update OAuth2 Authentication Process Diagrams (#3537)
* Update OAuth2 Authentication Process Diagrams
|
Before Width: | Height: | Size: 944 KiB After Width: | Height: | Size: 847 KiB |
|
Before Width: | Height: | Size: 912 KiB After Width: | Height: | Size: 797 KiB |
|
Before Width: | Height: | Size: 939 KiB After Width: | Height: | Size: 885 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1 MiB |
BIN
docs/images/microsoft-auth-display-message.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
|
|
@ -362,7 +362,11 @@ This client supports the following methods to authenticate the application with
|
|||
#### Interactive Authentication using OAuth2 and a redirect URI
|
||||
When you run the application for the first time, you'll be prompted to open a specific URL in your web browser. This URL takes you to the Microsoft login page, where you’ll sign in with your Microsoft Account and grant the application permission to access your files.
|
||||
|
||||
After granting permission, your browser will redirect you to a blank page. This is expected behaviour.
|
||||
After granting permission, your browser will redirect you to a blank page, or a page that displays this message:
|
||||
|
||||

|
||||
|
||||
This is expected behaviour.
|
||||
|
||||
At this point, copy the full redirect URI shown in your browser's address bar and paste it into the terminal where prompted.
|
||||
|
||||
|
|
@ -391,7 +395,7 @@ user@hostname:~$
|
|||
|
||||
```
|
||||
|
||||
**Interactive Authentication Process Illustrated:**
|
||||
**Interactive OAuth2 Authentication Process Illustrated:**
|
||||

|
||||
|
||||

|
||||
|
|
|
|||