Skip to content

Commit 13be9a0

Browse files
committed
draft complete
1 parent b61bb5a commit 13be9a0

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

articles/api-management/developer-portal-basic-authentication.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,21 @@ ms.author: danlep
1212

1313
# Authenticate users of the developer portal by using usernames and passwords
1414

15-
In the developer portal for Azure API Management, the default authentication method for users is the provide a username and password. In this article, learn how to set up a user with basic authentication credentials to the developer portal
16-
17-
18-
In this article, you'll learn how to:
19-
> [!div class="checklist"]
20-
> * ...
15+
In the developer portal for Azure API Management, the default authentication method for users is to provide a username and password. In this article, learn how to set up users with basic authentication credentials to the developer portal.
2116

2217

2318
## Prerequisites
2419

2520
- Complete the [Create an Azure API Management instance](get-started-create-service-instance.md) quickstart.
2621

27-
- [Import and publish](import-and-publish.md) an API in the Azure API Management instance.
28-
29-
3022
[!INCLUDE [premium-dev-standard.md](../../includes/api-management-availability-premium-dev-standard.md)]
3123

3224
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-navigate-to-instance.md)]
3325

3426

35-
## Confirm the Username and password provider
27+
## Confirm the username and password provider
3628

37-
By default, the Username and password identity provider is enabled in the developer portal. To confirm this setting:
29+
By default, the username and password *identity provider* is enabled in the developer portal. To confirm this setting:
3830

3931
1. In the left menu of your API Management instance, under **Developer portal**, select **Identities**.
4032
1. In the **Provider type** list, confirm that **Username and password** appears.
@@ -46,27 +38,33 @@ If the provider isn't already enabled, you can add it:
4638

4739
## Add a username and password
4840

49-
There are two ways to add a username and password:
41+
There are two ways to add a username and password for authentication to the developer portal:
42+
43+
* An API publisher can add a user through the Azure portal, or with equivalent Azure tools such as the [New-AzApiManagementUser](/powershell/module/az.apimanagement/new-azapimanagementuser) Azure PowerShell cmdlet. For steps to use the portal, see [How to manage user accounts in Azure API Management](api-management-howto-create-or-invite-developers.md).
5044

51-
* An API publisher can add a user through the Azure portal, or with equivalent Azure tools such as the [New-AzApiManagementUser](/powershell/module/az.apimanagement/new-azapimanagementuser) Azure PowerShell cmdlet. For steps using the portal, see [How to manage user accounts in Azure API Management](api-management-howto-create-or-invite-developers.md).
45+
:::image type="content" source="media/developer-portal-basic-authentication/add-user-portal.png" alt-text="Screenshot showing how to add a user in the Azure portal.":::
5246

5347
* An API consumer (developer) can sign up directly in the developer portal, using the **Sign up** page.
5448

49+
:::image type="content" source="media/developer-portal-basic-authentication/developer-portal-sign-up-page.png" alt-text="Screenshot of the sign-up page in the developer portal.":::
50+
5551
> [!NOTE]
5652
> API Management enforces password strength requirements including password length. When you add a user in the Azure portal, the password must be at least 6 characters long. When a developer signs up or resets a password through the developer portal, the password must be at least 8 characters long.
5753
54+
## Delete the username and password provider
5855

59-
60-
## Delete the Username and password provider
61-
62-
If you've configured another identity provider for the developer portal such as [Azure AD](api-management-howto-aad.md) or [Azure AD B2C](api-management-howto-aad-b2c.md), you might want to delete the Username password provider:
56+
If you've configured another identity provider for the developer portal such as [Azure AD](api-management-howto-aad.md) or [Azure AD B2C](api-management-howto-aad-b2c.md), you might want to delete the username and password provider:
6357

6458
1. In the left menu of your API Management instance, under **Developer portal**, select **Identities**.
6559
1. In the **Provider type** list, select **Username and password**. In the context menu (**...**), select **Delete**.
6660

6761

6862
## Next steps
6963

64+
For steps to add other identity providers for developer sign-up to the developer portal, see:
65+
66+
- [Authorize developer accounts by using Azure Active Directory in Azure API Management](api-management-howto-aad.md)
67+
- [Authorize developer accounts by using Azure Active Directory B2C in Azure API Management](api-management-howto-aad-b2c.md)
7068

7169

7270
[api-management-dev-portal-signin]: ./media/api-management-howto-aad/api-management-dev-portal-signin.png

0 commit comments

Comments
 (0)