Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update microsoft-auth-guide.md #1394

Merged
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions content-repo/extra-docs/articles/microsoft-auth-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ After you a redirected to the next page, in the **Overview** tab you will find y
| Microsoft Graph API | yes | yes - support both client secret and certificate | no | no | yes | yes |
| Azure Active Directory Applications | yes - device | yes | yes | no | yes | no |
| O365 Outlook Calendar | yes | yes - support both client secret and certificate | no | no | yes | no |
| Microsoft Graph Device Management | yes | yes - support both client secret and certificate | no | no | yes | no |
| Microsoft Graph Device Management | yes | yes - support both client secret and certificate | no | no | yes | yes |
| O365 File Management | yes | yes - support both client secret and certificate | no | no | yes | no |
| Microsoft Graph Groups | yes | yes - support both client secret and certificate | no | yes | yes | no |
| Azure Active Directory Identity And Access | yes | yes - support both client secret and certificate | yes | no | yes | no |
Expand All @@ -266,4 +266,4 @@ For example, when using the "self-deployed Azure app" for Microsoft Graph Mail S
1. Run !msgraph-mail-auth-reset.
2. Validate that all the credentials you entered are correct (Client ID, Client Secret, Tenant ID, Application redirect URI).
3. Run !msgraph-mail-generate-login-url to generate a new *Authorization code*.
4. Run !msgraph-mail-test to test the connectivity of the email.
4. Run !msgraph-mail-test to test the connectivity of the email.
Loading