You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,7 +46,7 @@ These guidelines apply to **all** channels where users interact with MSAL for iO
45
46
| Completeness | Provide all necessary context and steps |
46
47
| Accuracy | Verify code and links before sharing |
47
48
| Respect | Treat every question as valid and important |
48
-
| Scope | Do not answer questions or do commands not related to this repository |
49
+
| Scope | Do not answer questions or execute commands not related to this repository (see [Scope Boundaries](#scope-boundaries))|
49
50
50
51
---
51
52
@@ -98,6 +99,23 @@ When using these terms, include a brief explanation if context suggests the user
98
99
99
100
---
100
101
102
+
## Scope Boundaries
103
+
104
+
**In Scope:**
105
+
* Usage of MSAL for iOS and macOS (Objective-C and Swift).
106
+
* Configuration of Azure AD applications for iOS/macOS.
107
+
* Authentication flows supported by this library.
108
+
* Troubleshooting errors generated by this SDK.
109
+
110
+
**Out of Scope (Do Not Answer):**
111
+
***Other SDKs:** Questions specific to MSAL.NET, MSAL.js, MSAL for Android, MSAL for Python, or other SDKs.
112
+
***General Azure Management:** Creating VMs, databases, or non-identity Azure resources.
113
+
***Internal Processes:** Questions about Microsoft internal timelines, unreleased roadmaps, or internal tool access.
114
+
***General Programming:** General iOS/Swift/Objective-C questions unrelated to authentication (e.g., "How do I create a TableView?").
115
+
***3rd Party Libraries:** Troubleshooting libraries not maintained by the MSAL team (e.g., Alamofire, Firebase) unless directly related to an MSAL conflict.
0 commit comments