Skip to content

Commit 0f85113

Browse files
authored
Merge pull request #88674 from mmacy/b2c-audit-logs-app-reg-fix
[b2c] correct app reg steps
2 parents ffdd9d1 + 185c09f commit 0f85113

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/active-directory-b2c/active-directory-b2c-reference-audit-logs.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ To allow script- or application-based access to the Azure AD reporting API, you
8888
* Microsoft Graph
8989
* Application: Read all audit log data
9090

91-
You can enable these permissions on an existing application registration within your B2C tenant, or create a new one specifically for use with audit log automation.
91+
You can enable these permissions on an existing Azure Active Directory application registration within your B2C tenant, or create a new one specifically for use with audit log automation.
9292

9393
To create a new application, assign the required API permissions, and create a client secret, perform the following steps:
9494

95-
1. Register application
96-
1. Sign in to the [Azure portal](https://portal.azure.com), switch to the directory that contains your Azure AD B2C tenant, and then browse to **Azure AD B2C**.
95+
1. Register application in Azure Active Directory
96+
1. Sign in to the [Azure portal](https://portal.azure.com) and switch to the directory that contains your Azure AD B2C tenant.
97+
1. Select **Azure Active Directory** (*not* Azure AD B2C) from the left menu. Or, select **All services**, then search for and select **Azure Active Directory**.
9798
1. Under **Manage** in the left menu, select **App registrations (Legacy)**.
9899
1. Select **New application registration**
99100
1. Enter a name for the application. For example, *Audit Log App*.

0 commit comments

Comments
 (0)