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

AddWebTrends-2020-12 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Azure AD samples
Bob German

[Implicit Flow](implicitFlow/) - From the [30 Days of Microsoft Graph](https://developer.microsoft.com/en-us/graph/blogs/announcing-30-days-of-microsoft-graph-blog-series/) blog article series, this sample shows how to use ADAL (with the Azure AD v1 endpoint) and MSAL (with the Azure AD v2 endpoint) to call the Microsoft Graph from a Single Page Application in a web browser
[Implicit Flow](implicitFlow/) - From the [30 Days of Microsoft Graph](https://developer.microsoft.com/graph/blogs/announcing-30-days-of-microsoft-graph-blog-series/?WT.mc_id=m365-0000-rogerman) blog article series, this sample shows how to use ADAL (with the Azure AD v1 endpoint) and MSAL (with the Azure AD v2 endpoint) to call the Microsoft Graph from a Single Page Application in a web browser

[Client Credentials Flow](clientCredentialsFlow/) - Not yet documented, this sample shows how to acquire a token with certificate authentication and Client Credentials flow in order to use application permissions with the SharePoint REST API