diff --git a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.Discovery.cs b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.Discovery.cs index 6b4a2508..ba15fef3 100644 --- a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.Discovery.cs +++ b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.Discovery.cs @@ -60,7 +60,7 @@ public static partial class OpenIddictClientWebIntegrationHandlers // such responses as the issuer wouldn't match the expected value. To work around that, the // issuer is replaced by this handler to always use a static value (e.g "common" or "consumers"). // - // For more information about the special tenants supported by Microsoft Account/Azure AD, see + // For more information about the special tenants supported by Microsoft Account/Entra ID, see // https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc#find-your-apps-openid-configuration-document-uri. ProviderTypes.Microsoft when context.Registration.GetMicrosoftSettings() is { Tenant: string tenant } => string.Equals(tenant, "common", StringComparison.OrdinalIgnoreCase) ? "https://login.microsoftonline.com/common/v2.0" : diff --git a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.Protection.cs b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.Protection.cs index 241b929e..c34468bb 100644 --- a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.Protection.cs +++ b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.Protection.cs @@ -58,7 +58,7 @@ public static partial class OpenIddictClientWebIntegrationHandlers // that is associated with the client application. Since the tenant cannot be // inferred when targeting these special tenants, issuer validation is disabled. // - // For more information about the special tenants supported by Microsoft Account/Azure AD, see + // For more information about the special tenants supported by Microsoft Account/Entra ID, see // https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc#find-your-apps-openid-configuration-document-uri. ProviderTypes.Microsoft when context.Registration.GetMicrosoftSettings() is { Tenant: string tenant } && diff --git a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs index b9702568..dc80ca9f 100644 --- a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs +++ b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs @@ -689,9 +689,9 @@ public static partial class OpenIddictClientWebIntegrationHandlers // userinfo retrieval is always disabled for the ADFS provider. ProviderTypes.ActiveDirectoryFederationServices => false, - // Note: the frontchannel or backchannel access tokens returned by Azure AD when a - // Xbox scope is requested cannot be used with the userinfo endpoint as they use a - // legacy format that is not supported by the Azure AD userinfo implementation. + // Note: the frontchannel or backchannel access tokens returned by Microsoft Entra ID + // when a Xbox scope is requested cannot be used with the userinfo endpoint as they use + // a legacy format that is not supported by the Microsoft Entra ID userinfo implementation. // // To work around this limitation, userinfo retrieval is disabled when a Xbox scope is requested. ProviderTypes.Microsoft => context.GrantType switch diff --git a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml index cb458ba3..8b6ed0a4 100644 --- a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml +++ b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml @@ -637,7 +637,7 @@ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ --> -