File tree Expand file tree Collapse file tree 11 files changed +399
-96
lines changed
Expand file tree Collapse file tree 11 files changed +399
-96
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : bug
6+ assignees : derisen
7+
8+ ---
9+
10+ >> Please follow the issue template below. Failure to do so will result in a delay in answering your question.
11+
12+ ## Library
13+
14+ - [ ] ` msal@1.x.x ` or ` @azure/msal@1.x.x `
15+ - [ ] ` @azure/msal-browser@2.x.x `
16+ - [ ] ` @azure/msal-angular@0.x.x `
17+ - [ ] ` @azure/msal-angular@1.x.x `
18+ - [ ] ` @azure/msal-angularjs@1.x.x `
19+
20+ ** Important** : Please fill in your exact version number above, e.g. ` msal@1.1.3 ` .
21+
22+ ## Framework
23+
24+ ## Description
25+
26+ ## Error Message
27+
28+ ## Security
29+
30+ - [ ] Is this issue security related?
31+
32+ ## Regression
33+
34+ - [ ] Did this behavior work before?
35+
36+ Version:
37+
38+ ## MSAL Configuration
39+
40+ ``` js
41+ // Provide configuration values here.
42+ // For Azure B2C issues, please include your policies.
43+ ```
44+
45+ ## Reproduction steps
46+
47+ ``` js
48+ // Provide relevant code snippets here.
49+ // For Azure B2C issues, please include your policies.
50+ ```
51+
52+ ## Expected behavior
53+
54+ ## Browsers/Environment
55+
56+ - [ ] Chrome
57+ - [ ] Firefox
58+ - [ ] Edge
59+ - [ ] Safari
60+ - [ ] IE
61+ - [ ] Other (Please add browser name here)
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : enhancement
6+ assignees : derisen
7+
8+ ---
9+
10+ Please follow the issue template below. Failure to do so will result in a delay in answering your question.
11+
12+ ## Library
13+
14+ - [ ] ` msal@1.x.x ` or ` @azure/msal@1.x.x `
15+ - [ ] ` @azure/msal-browser@2.x.x `
16+ - [ ] ` @azure/msal-angular@0.x.x `
17+ - [ ] ` @azure/msal-angular@1.x.x `
18+ - [ ] ` @azure/msal-angularjs@1.x.x `
19+
20+ ## Description
Original file line number Diff line number Diff line change 1+ ---
2+ name : Question
3+ about : Ask a question about the sample
4+ title : ' '
5+ labels : question
6+ assignees : derisen
7+
8+ ---
9+
10+ Please follow the issue template below. Failure to do so will result in a delay in answering your question.
11+
12+ ## Library
13+
14+ - [ ] ` msal@1.x.x ` or ` @azure/msal@1.x.x `
15+ - [ ] ` @azure/msal-browser@2.x.x `
16+ - [ ] ` @azure/msal-angular@0.x.x `
17+ - [ ] ` @azure/msal-angular@1.x.x `
18+ - [ ] ` @azure/msal-angularjs@1.x.x `
19+
20+ ## Description
21+
22+ Please provide your question here, including as much relevant details as possible.
23+
24+ Examples:
25+ > "How do I use MSAL with Vue.js"
26+ > "How do I SSO between tabs?"
27+ > "How do I use MSAL to protect my custom Web API?"
28+ > "How can my app support multiple AAD tenants?"
29+ > "When will my scenario be supported?"
30+ > "When will this framework be supported"
Original file line number Diff line number Diff line change 1+ ## Purpose
2+
3+ Describe the intention of the changes being proposed. What problem does it solve or functionality does it add?
4+
5+ ## Does this introduce a breaking change?
6+
7+ - [ ] Yes
8+ - [ ] No
9+
10+ ## Pull Request Type
11+
12+ What kind of change does this Pull Request introduce?
13+
14+ - [ ] Bugfix
15+ - [ ] Feature
16+ - [ ] Code style update (formatting, local variables)
17+ - [ ] Refactoring (no functional changes, no api changes)
18+ - [ ] Documentation content changes
19+ - [ ] Other... Please describe:
20+
21+ ## What to Check
22+
23+ Verify that the following are valid:
24+
25+ ## How to Test
26+
27+ Add steps to run the tests suite and/or manually test
28+
29+ ## Other Information
30+
31+ Add any other helpful information that may be needed here.
Original file line number Diff line number Diff line change 1+ {
2+ "Sample" : {
3+ "Title" : " A sample demonstrating how to protect a Node.js web API with Azure AD B2C using the Passport.js library" ,
4+ "Level" : 200 ,
5+ "Client" : " JavaScript SPA" ,
6+ "Service" : " Node.js Web Api" ,
7+ "RepositoryUrl" : " active-directory-b2c-javascript-nodejs-webapi" ,
8+ "Endpoint" : " AAD v2.0" ,
9+ "Provider" : " B2C"
10+ },
11+ "AADApps" : [
12+ {
13+ "Id" : " service" ,
14+ "Name" : " active-directory-b2c-javascript-nodejs-webapi" ,
15+ "Kind" : " WebApi" ,
16+ "HomePage" : " http://localhost:5000/" ,
17+ "ReplyUrls" : " http://localhost:5000/" ,
18+ "Audience" : " AzureADAnyOrgandPersonalMicrosoftAccount"
19+ }
20+ ],
21+ "CodeConfiguration" : [
22+ {
23+ "App" : " service" ,
24+ "SettingKind" : " JSON" ,
25+ "SettingFile" : " \\ ..\\ auth.json" ,
26+ "Mappings" : [
27+ {
28+ "key" : " clientID" ,
29+ "value" : " .AppId"
30+ },
31+ {
32+ "key" : " tenantID" ,
33+ "value" : " $tenantId"
34+ },
35+ {
36+ "key" : " audience" ,
37+ "value" : " .AppId"
38+ }
39+ ]
40+ }
41+ ]
42+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments