-
Notifications
You must be signed in to change notification settings - Fork 1k
Jmprieur/folder renaming #61
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
Changes from all commits
bc8f950
c20a729
1f2c5cc
9d0fa78
af0992d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,42 @@ | |
/Microsoft.Identity.Web/.vs | ||
/Microsoft.Identity.Web/bin | ||
/Microsoft.Identity.Web/obj | ||
/1. WebApp signs-in users with Azure AD (OIDC)/1.3. WebApp signs-in work and school or personal accounts/.vs | ||
/1. WebApp signs-in users with Azure AD (OIDC)/1.3. WebApp signs-in work and school or personal accounts/bin | ||
/1. WebApp signs-in users with Azure AD (OIDC)/1.3. WebApp signs-in work and school or personal accounts/obj | ||
/1. WebApp signs-in users with Microsoft Identity (OIDC)/1.1. in my org/.vs | ||
/1. WebApp signs-in users with Microsoft Identity (OIDC)/1.1. in my org/obj | ||
/1. WebApp signs-in users with Microsoft Identity (OIDC)/1.1. in my org/bin | ||
/2. WebApp calls Microsoft Graph on behalf of signed-in user/2.1. using authorization code flow/.vs | ||
/2. WebApp calls Microsoft Graph on behalf of signed-in user/2.1. using authorization code flow/obj | ||
/2. WebApp calls Microsoft Graph on behalf of signed-in user/2.1. using authorization code flow/bin | ||
/3. WebApp calls several APIS (incremental consent and CA)/.vs | ||
/3. WebApp calls several APIS (incremental consent and CA)/bin | ||
/3. WebApp calls several APIS (incremental consent and CA)/obj | ||
/1. WebApp signs-in users with Microsoft Identity (OIDC)/1.3. with work and school or personal accounts/.vs | ||
/1. WebApp signs-in users with Microsoft Identity (OIDC)/1.3. with work and school or personal accounts/obj | ||
/2. WebApp calls Microsoft Graph on behalf of signed-in user/2.2/.vs | ||
/2. WebApp calls Microsoft Graph on behalf of signed-in user/2.1. using authorization code flow/AppCreationScripts/Steps.md | ||
/1-WebApp-OIDC/1-1-MyOrg/.vs | ||
/1-WebApp-OIDC/1-1-MyOrg/bin | ||
/1-WebApp-OIDC/1-1-MyOrg/obj | ||
/1-WebApp-OIDC/1-2-AnyOrg/.vs | ||
/1-WebApp-OIDC/1-2-AnyOrg/bin | ||
/1-WebApp-OIDC/1-2-AnyOrg/obj | ||
/1-WebApp-OIDC/1-3-AnyOrgOrPersonal/.vs | ||
/1-WebApp-OIDC/1-3-AnyOrgOrPersonal/bin | ||
/1-WebApp-OIDC/1-3-AnyOrgOrPersonal/obj | ||
/1-WebApp-OIDC/1-4-Sovereign/.vs | ||
/1-WebApp-OIDC/1-4-Sovereign/bin | ||
/1-WebApp-OIDC/1-4-Sovereign/obj | ||
/1-WebApp-OIDC/1-5-B2C/.vs | ||
/1-WebApp-OIDC/1-5-B2C/bin | ||
/1-WebApp-OIDC/1-5-B2C/obj | ||
/1-WebApp-OIDC/1-6-SignOut/.vs | ||
/1-WebApp-OIDC/1-6-SignOut/bin | ||
/1-WebApp-OIDC/1-6-SignOut/obj | ||
/2-WebApp-graph-user/2-1-Call-MSGraph/.vs | ||
/2-WebApp-graph-user/2-1-Call-MSGraph/bin | ||
/2-WebApp-graph-user/2-1-Call-MSGraph/obj | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also save two letters by using just There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. AAD Graph is still there and for a few years. We want to promote MSGraph, but let's avoid being ambiguous. |
||
/2-WebApp-graph-user/2-2-TokenCache/.vs | ||
/2-WebApp-graph-user/2-2-TokenCache/bin | ||
/2-WebApp-graph-user/2-2-TokenCache/obj | ||
/2-WebApp-graph-user/2-3-Best-Practices/.vs | ||
/2-WebApp-graph-user/2-3-Best-Practices/bin | ||
/2-WebApp-graph-user/2-3-Best-Practices/obj | ||
/3-WebApp-multi-APIs/.vs | ||
/3-WebApp-multi-APIs/bin | ||
/3-WebApp-multi-APIs/obj | ||
/4-WebApp-your-API/.vs | ||
/4-WebApp-your-API/bin | ||
/4-WebApp-your-API/obj | ||
/5-WebApp-AuthZ-Roles-Groups/.vs | ||
/5-WebApp-AuthZ-Roles-Groups/bin | ||
/5-WebApp-AuthZ-Roles-Groups/obj | ||
/6-Deploy-to-Azure/.vs | ||
/6-Deploy-to-Azure/bin | ||
/6-Deploy-to-Azure/obj |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can omit "Call", right? What other purpose a sample will have with Graph other than calling it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep it.