Skip to content

Commit 0914586

Browse files
authored
docs(apim): Only system-assigned managed identity is supported for SHGW & AD auth
1 parent 449db5b commit 0914586

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/api-management/self-hosted-gateway-enable-azure-ad.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ To enable Azure AD authentication, complete the following steps:
3232

3333
* An API Management instance in the Developer or Premium service tier. If needed, complete the following quickstart: [Create an Azure API Management instance](get-started-create-service-instance.md).
3434
* Provision a [gateway resource](api-management-howto-provision-self-hosted-gateway.md) on the instance.
35-
* Enable a [managed identity](api-management-howto-use-managed-service-identity.md) on the instance.
35+
* Enable a [system-assigned managed identity](api-management-howto-use-managed-service-identity.md) on the instance.
3636
* Self-hosted gateway container image version 2.2 or later
3737

38+
### Limitations notes
39+
40+
* Only system-assigned managed identity is supported.
41+
3842
## Create custom roles
3943

4044
Create the following two [custom roles](../role-based-access-control/custom-roles.md) that are assigned in later steps. You can use the permissions listed in the following JSON templates to create the custom roles using the [Azure portal](../role-based-access-control/custom-roles-portal.md), [Azure CLI](../role-based-access-control/custom-roles-cli.md), [Azure PowerShell](../role-based-access-control/custom-roles-powershell.md), or other Azure tools.
@@ -246,7 +250,6 @@ kubectl apply -f mygw.yaml
246250

247251
[!INCLUDE [api-management-self-hosted-gateway-kubernetes-services](../../includes/api-management-self-hosted-gateway-kubernetes-services.md)]
248252

249-
250253
## Next steps
251254

252255
* Learn more about the API Management [self-hosted gateway overview](self-hosted-gateway-overview.md).

0 commit comments

Comments
 (0)