Skip to content

Commit 4951665

Browse files
authored
Merge pull request #300554 from kengaderdus/b2c-eos-p3
Azure AD B2C end of sale docs update in azure-docs-pr - p3
2 parents 41e9607 + ae1e64a commit 4951665

File tree

5 files changed

+7
-28
lines changed

5 files changed

+7
-28
lines changed

articles/api-management/breaking-changes/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: reference
9-
ms.date: 07/15/2024
9+
ms.date: 05/30/2025
1010
ms.author: danlep
1111
---
1212

@@ -30,7 +30,7 @@ The following table lists all the upcoming breaking changes and feature retireme
3030
| [Git repository retirement][git2025] | March 15, 2025 |
3131
| [Direct management API retirement][mgmtapi2025] | March 15, 2025 |
3232
| [Workspaces preview breaking changes, part 2][workspaces2025march] | March 31, 2025 |
33-
| [ADAL-based Microsoft Entra ID or Azure AD B2C identity provider retirement][msal2025] | September 30, 2025 |
33+
| [ADAL-based Microsoft Entra ID identity provider retirement][msal2025] | September 30, 2025 |
3434
| [CAPTCHA endpoint update][captcha2025] | September 30, 2025 |
3535
| [Built-in analytics dashboard retirement][analytics2027] | March 15, 2027 |
3636

articles/api-management/front-door-api-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77

88
ms.service: azure-api-management
99
ms.topic: how-to
10-
ms.date: 08/06/2024
10+
ms.date: 05/30/2025
1111
ms.author: danlep
1212
---
1313
# Configure Front Door Standard/Premium in front of Azure API Management

articles/api-management/mitigate-owasp-api-threats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to protect against common API-based vulnerabilities, as i
44
author: mikebudzynski
55
ms.service: azure-api-management
66
ms.topic: concept-article
7-
ms.date: 10/29/2024
7+
ms.date: 05/30/2025
88
ms.author: mibudz
99
---
1010

@@ -195,7 +195,7 @@ More information about this threat: [API8:2023 Security misconfiguration](https
195195
- Where possible, use credential manager or managed identity to authenticate against backend services.
196196
- When using the [developer portal](/azure/api-management/api-management-howto-developer-portal):
197197
- If you choose to [self-host](/azure/api-management/developer-portal-self-host) the developer portal, ensure there's a process in place to periodically update the self-hosted portal to the latest version. Updates for the default managed version are automatic.
198-
- Use [Microsoft Entra ID](/azure/api-management/api-management-howto-aad) or [Azure Active Directory B2C](/azure/api-management/api-management-howto-aad-b2c) for user sign-up and sign-in. Disable the default username and password authentication, which is less secure.
198+
- Use [Microsoft Entra ID](/azure/api-management/api-management-howto-aad) or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam) for user sign-up and sign-in. Disable the default username and password authentication, which is less secure.
199199
- Assign [user groups](/azure/api-management/api-management-howto-create-groups#-associate-a-group-with-a-product) to products, to control the visibility of APIs in the portal.
200200
- Use [Azure Policy](/azure/api-management/security-controls-policy) to enforce API Management resource-level configuration and role-based access control (RBAC) permissions to control resource access. Grant minimum required privileges to every user.
201201
- Use a [DevOps process](/azure/api-management/devops-api-development-templates) and infrastructure-as-code approach outside of a development environment to ensure consistency of API Management content and configuration changes and to minimize human errors.

articles/healthcare-apis/azure-api-for-fhir/fhir-faq.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
ms.service: azure-health-data-services
77
ms.subservice: fhir
88
ms.topic: faq
9-
ms.date: 03/21/2022
9+
ms.date: 05/30/2025
1010
ms.author: kesheth
1111
title: Frequently asked questions about Azure API for FHIR
1212
summary: |
@@ -33,12 +33,6 @@ sections:
3333
What identity provider do you support?
3434
answer: |
3535
We support Microsoft Entra ID as the identity provider.
36-
37-
- question: |
38-
Can I use Azure AD B2C with the Azure API for FHIR?
39-
answer: |
40-
No, we don't support B2C in the Azure API for FHIR. If you need more granular access controls, we recommend looking at the [open-source FHIR proxy](https://github.com/microsoft/fhir-proxy).
41-
4236
- question: |
4337
What is the backup and recovery policy for the Azure API for FHIR?
4438
answer: |

articles/healthcare-apis/release-notes-2024.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -222,21 +222,6 @@ Learn more:
222222

223223
- [Selectable search parameters for the FHIR service](fhir/selectable-search-parameters.md)
224224

225-
#### Integration of the FHIR service with Azure Active Directory B2C
226-
227-
Healthcare organizations can use the FHIR service in Azure Health Data Services with Azure Active Directory B2C (Azure AD B2C). Organizations gain a secure and convenient way to grant access to the FHIR service with fine-grained access control for different users or groups, without creating or comingling user accounts in their organization’s Microsoft Entra ID tenant. With this integration, organizations can:
228-
229-
- Use additional identity providers to authenticate and access FHIR resources with SMART on FHIR scopes.
230-
- Manage and customize user access rights or permissions with SMART on FHIR scopes that support fine-grained access control, FHIR resource types and interactions, and a user’s underlying privileges.
231-
232-
Related content:
233-
234-
- [Use Azure Active Directory B2C to grant access to the FHIR service](fhir/azure-ad-b2c-setup.md)
235-
- [Configure multiple service identity providers for the FHIR service](fhir/configure-identity-providers.md)
236-
- [Troubleshoot identity provider configuration for the FHIR service](fhir/troubleshoot-identity-provider-configuration.md)
237-
- [Enable SMART on FHIR for the FHIR service](fhir/smart-on-fhir.md)
238-
- [Sample: Azure ONC (g)(10) SMART on FHIR](https://github.com/Azure-Samples/azure-health-data-and-ai-samples/tree/main/samples/patientandpopulationservices-smartonfhir-oncg10)
239-
240225
#### Request up to 100 TB of storage
241226

242227
The FHIR service can store and exchange large amounts of health data, and each FHIR service instance has a storage limit of 4 TB by default. If you have more data, you can ask Microsoft to increase storage up to 100 TB for your FHIR service.
@@ -258,4 +243,4 @@ To request storage greater than 4 TB, [create a support request](https://portal.
258243

259244
[Known issues](known-issues.md)
260245

261-
[!INCLUDE [FHIR and DICOM trademark statement](includes/healthcare-apis-fhir-dicom-trademark.md)]
246+
[!INCLUDE [FHIR and DICOM trademark statement](includes/healthcare-apis-fhir-dicom-trademark.md)]

0 commit comments

Comments
 (0)