Skip to content

Commit 746631e

Browse files
committed
Update bug report
1 parent f31cd8b commit 746631e

File tree

1 file changed

+125
-0
lines changed

1 file changed

+125
-0
lines changed
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
name: Bug report
11+
description: Broken or unintended behavior with one of our libraries.
12+
title: '[Bug] '
13+
labels: ["untriaged", "needs attention"]
14+
body:
15+
- type: markdown
16+
attributes:
17+
value: |
18+
## Before submitting your issue
19+
Please make sure that your question or issue is not already covered in existing issues
20+
21+
**Logs and network traces**
22+
Without logs or traces, it is unlikely that the team can investigate your issue. Capturing logs is described in our [Docs](https://learn.microsoft.com/azure/active-directory/develop/msal-logging-java).
23+
24+
- type: markdown
25+
attributes:
26+
value: |
27+
## Issue details
28+
29+
- type: input
30+
attributes:
31+
label: Library version used
32+
description: "Please enter the version of the library where you ran into the issue (e.g. 1.13.10)."
33+
validations:
34+
required: true
35+
36+
- type: input
37+
attributes:
38+
label: Java version
39+
description: "Please enter the Java SDK and Framework version your application is developed in."
40+
validations:
41+
required: true
42+
43+
- type: dropdown
44+
attributes:
45+
label: Scenario
46+
description: "Are you using PublicClientApplication, ConfidentialClientApplication or ManagedIdentityApplication?"
47+
multiple: true
48+
options:
49+
- "PublicClient - desktop app"
50+
- "PublicClient - mobile app"
51+
- "ConfidentialClient - web site (AcquireTokenByAuthCode)"
52+
- "ConfidentialClient - web api (AcquireTokenOnBehalfOf)"
53+
- "ConfidentialClient - service to service (AcquireTokenForClient)"
54+
- "ManagedIdentityClient - managed identity"
55+
- "Other - please specify"
56+
validations:
57+
required: true
58+
59+
- type: dropdown
60+
attributes:
61+
label: Is this a new or an existing app?
62+
description: "Is this a new or existing app?"
63+
multiple: false
64+
options:
65+
- "The app is in production, and I have upgraded to a new version of MSAL"
66+
- "The app is in production, I haven't upgraded MSAL, but started seeing this issue"
67+
- "This is a new app or experiment"
68+
validations:
69+
required: false
70+
71+
- type: textarea
72+
attributes:
73+
label: Issue description and reproduction steps
74+
description: "Briefly explain the issue you are seeing along with any error messages or stack trace. Provide a link to one of the [standard samples](https://learn.microsoft.com/azure/active-directory/develop/sample-v2-code?tabs=apptype) and steps to reproduce the behavior. Make sure to provide verbose level log messages from MSAL, if available. [Learn more](https://learn.microsoft.com/azure/active-directory/develop/msal-logging-dotnet)"
75+
validations:
76+
required: true
77+
78+
- type: textarea
79+
attributes:
80+
label: Relevant code snippets
81+
description: "Provide relevant code snippets that can be used to reproduce the issue."
82+
render: csharp
83+
validations:
84+
required: false
85+
86+
- type: textarea
87+
attributes:
88+
label: Expected behavior
89+
description: "Describe what you expect the behavior to be."
90+
validations:
91+
required: false
92+
93+
- type: dropdown
94+
attributes:
95+
label: Identity provider
96+
options:
97+
- Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
98+
- Azure B2C Basic Policy
99+
- Azure B2C Custom Policy
100+
- Azure Active Directory Federation Services (ADFS)
101+
- Microsoft Entra External ID
102+
- Other
103+
validations:
104+
required: true
105+
106+
- type: input
107+
attributes:
108+
label: Regression
109+
description: "If this behavior worked before, enter the last working version(s) of MSAL."
110+
placeholder: "MSAL version: "
111+
112+
- type: textarea
113+
attributes:
114+
label: Solution and workarounds
115+
description: "Possible solution or workarounds, if you know of any."
116+
validations:
117+
required: false
118+
119+
- type: markdown
120+
attributes:
121+
value: "## Security Reporting"
122+
- type: markdown
123+
attributes:
124+
value: |
125+
If you find a security issue with our libraries or services [please report it to the Microsoft Security Response Center (MSRC)](https://aka.ms/report-security-issue) with as much detail as possible. Your submission may be eligible for a bounty through the [Microsoft Bounty](http://aka.ms/bugbounty) program. Please do not post security issues to GitHub Issues or any other public site. We will contact you shortly upon receiving the information. We encourage you to get notifications of when security incidents occur by visiting [this page](https://www.microsoft.com/msrc/technical-security-notifications) and subscribing to Security Advisory Alerts.

0 commit comments

Comments
 (0)