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
Copy file name to clipboardExpand all lines: python/docs-ref-autogen/msal/msal.application.ClientApplication.yml
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -231,14 +231,15 @@ constructor:
231
231
- name: azure_region
232
232
description: "(optional)\nInstructs MSAL to use the Entra regional token service.\
233
233
\ This legacy feature is only available to\nfirst-party applications. Only `acquire_token_for_client()`\
234
-
\ is supported.\n\nSupports 3 values:\n\n `azure_region=None` - meaning no\
235
-
\ region is used. This is the default value.\n `azure_region=\"some_region\"\
236
-
` - meaning the specified region is used.\n `azure_region=True` - meaning\
237
-
\ MSAL will try to auto-detect the region. This is not recommended.\n\n\n> [!NOTE]\n\
238
-
> Region auto-discovery has been tested on VMs and on Azure Functions. It is\
239
-
\ unreliable.\n>\n> Applications using this option should configure a short\
240
-
\ timeout.\n>\n> \n>\n> For more details and for the values of the region string\n\
241
-
>\n> \n>\n> see [https://learn.microsoft.com/entra/msal/dotnet/resources/region-discovery-troubleshooting](https://learn.microsoft.com/entra/msal/dotnet/resources/region-discovery-troubleshooting)\n\
234
+
\ is supported.\n\nSupports 4 values:\n\n1. `azure_region=None` - This default\
235
+
\ value means no region is configured. MSAL will use the region defined in env\
236
+
\ var `MSAL_FORCE_REGION`. \n\n2. `azure_region=\"some_region\"` - meaning the\
237
+
\ specified region is used. \n\n3. `azure_region=True` - meaning MSAL will try\
238
+
\ to auto-detect the region. This is not recommended. \n\n4. `azure_region=False`\
239
+
\ - meaning MSAL will use no region. \n\n\n> [!NOTE]\n> Region auto-discovery\
240
+
\ has been tested on VMs and on Azure Functions. It is unreliable.\n>\n> Applications\
241
+
\ using this option should configure a short timeout.\n>\n> \n>\n> For more\
242
+
\ details and for the values of the region string\n>\n> \n>\n> see [https://learn.microsoft.com/entra/msal/dotnet/resources/region-discovery-troubleshooting](https://learn.microsoft.com/entra/msal/dotnet/resources/region-discovery-troubleshooting)\n\
Copy file name to clipboardExpand all lines: python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -231,14 +231,15 @@ constructor:
231
231
- name: azure_region
232
232
description: "(optional)\nInstructs MSAL to use the Entra regional token service.\
233
233
\ This legacy feature is only available to\nfirst-party applications. Only `acquire_token_for_client()`\
234
-
\ is supported.\n\nSupports 3 values:\n\n `azure_region=None` - meaning no\
235
-
\ region is used. This is the default value.\n `azure_region=\"some_region\"\
236
-
` - meaning the specified region is used.\n `azure_region=True` - meaning\
237
-
\ MSAL will try to auto-detect the region. This is not recommended.\n\n\n> [!NOTE]\n\
238
-
> Region auto-discovery has been tested on VMs and on Azure Functions. It is\
239
-
\ unreliable.\n>\n> Applications using this option should configure a short\
240
-
\ timeout.\n>\n> \n>\n> For more details and for the values of the region string\n\
241
-
>\n> \n>\n> see [https://learn.microsoft.com/entra/msal/dotnet/resources/region-discovery-troubleshooting](https://learn.microsoft.com/entra/msal/dotnet/resources/region-discovery-troubleshooting)\n\
234
+
\ is supported.\n\nSupports 4 values:\n\n1. `azure_region=None` - This default\
235
+
\ value means no region is configured. MSAL will use the region defined in env\
236
+
\ var `MSAL_FORCE_REGION`. \n\n2. `azure_region=\"some_region\"` - meaning the\
237
+
\ specified region is used. \n\n3. `azure_region=True` - meaning MSAL will try\
238
+
\ to auto-detect the region. This is not recommended. \n\n4. `azure_region=False`\
239
+
\ - meaning MSAL will use no region. \n\n\n> [!NOTE]\n> Region auto-discovery\
240
+
\ has been tested on VMs and on Azure Functions. It is unreliable.\n>\n> Applications\
241
+
\ using this option should configure a short timeout.\n>\n> \n>\n> For more\
242
+
\ details and for the values of the region string\n>\n> \n>\n> see [https://learn.microsoft.com/entra/msal/dotnet/resources/region-discovery-troubleshooting](https://learn.microsoft.com/entra/msal/dotnet/resources/region-discovery-troubleshooting)\n\
0 commit comments