File tree Expand file tree Collapse file tree 5 files changed +106
-38
lines changed Expand file tree Collapse file tree 5 files changed +106
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Report a bug you encountered with the Okta OIDC Middleware package
3
+ labels : [ bug ]
4
+ body :
5
+ - type : textarea
6
+ id : problem
7
+ attributes :
8
+ label : Describe the bug?
9
+ description : |
10
+ Please be as detailed as possible. This will help us address the bug in a timely manner.
11
+ validations :
12
+ required : true
13
+
14
+ - type : textarea
15
+ id : expected
16
+ attributes :
17
+ label : What is expected to happen?
18
+ validations :
19
+ required : true
20
+
21
+ - type : textarea
22
+ id : actual
23
+ attributes :
24
+ label : What is the actual behavior?
25
+ validations :
26
+ required : true
27
+
28
+ - type : textarea
29
+ id : repro
30
+ attributes :
31
+ label : Reproduction Steps?
32
+ description : |
33
+ Please provide as much detail as possible to help us reproduce your bug.
34
+ A reproduction repo is very helpful for us as well.
35
+ validations :
36
+ required : true
37
+
38
+ - type : textarea
39
+ id : sdkVersion
40
+ attributes :
41
+ label : SDK Versions
42
+ description : |
43
+ Please provide versions of all `@okta/` scoped packages used in application,
44
+ as well as any relevant non-Okta packages
45
+ validations :
46
+ required : true
47
+
48
+ - type : textarea
49
+ id : execEnv
50
+ attributes :
51
+ label : Execution Environment
52
+ description : |
53
+ Please describe the application's execution environment
54
+ For example: browser(s), NodeJS, and OS versions
55
+ validations :
56
+ required : true
57
+
58
+ - type : textarea
59
+ id : additional
60
+ attributes :
61
+ label : Additional Information?
Original file line number Diff line number Diff line change
1
+ contact_links :
2
+ - name : Developer Forum
3
+ url : https://devforum.okta.com/
4
+ about : Get help with building your applicaiton on the Okta Platform.
5
+ blank_issues_enabled : false
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Request a new feature for this SDK?
3
+ labels : [ enhancement ]
4
+ body :
5
+ - type : textarea
6
+ id : description
7
+ attributes :
8
+ label : Describe the feature request?
9
+ description : |
10
+ Please leave a helpful description of the feature request here.
11
+ validations :
12
+ required : true
13
+
14
+ - type : textarea
15
+ id : resources
16
+ attributes :
17
+ label : New or Affected Resource(s)
18
+ description : |
19
+ Please list the new or affected resources
20
+ validations :
21
+ required : true
22
+
23
+ - type : textarea
24
+ id : documentation
25
+ attributes :
26
+ label : Provide a documentation link
27
+ description : |
28
+ Please provide any links to the documentation that is at
29
+ https://developer.okta.com/. This will help us with this
30
+ feature request.
31
+
32
+ - type : textarea
33
+ id : additional
34
+ attributes :
35
+ label : Additional Information?
36
+
Original file line number Diff line number Diff line change
1
+ # Security Policy
2
+
3
+ ## Report a Vulnerability
4
+ At Okta we take the protection of our customers’ data very seriously. If you need to report a vulnerability, please visit https://www.okta.com/vulnerability-reporting-policy/ for more information.
You can’t perform that action at this time.
0 commit comments