We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83724bf commit 1a6ced4Copy full SHA for 1a6ced4
redis_entraid/identity_provider.py
@@ -189,7 +189,7 @@ def _create_provider_from_service_principal(config: ServicePrincipalIdentityProv
189
scopes = config.scopes
190
191
authority = f"https://login.microsoftonline.com/{config.tenant_id}" \
192
- if config.tenant_id is not None else config.tenant_id
+ if config.tenant_id is not None else "https://login.microsoftonline.com/common"
193
194
app = ConfidentialClientApplication(
195
client_id=config.client_id,
0 commit comments