where to get information azure.activedirectory.client-id and azure.activedirectory.AppIdUri?

wei aipi xiaoyang jun 21 Reputation points
2022-10-29T02:45:55.207+00:00

azure.activedirectory.client-id=${aad_client_id}
azure.activedirectory.AppIdUri=api://${azure.activedirectory.client-id}

where to get information azure.activedirectory.client-id and azure.activedirectory.AppIdUri?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Alistair Ross 7,466 Reputation points Microsoft Employee
    2022-10-29T08:08:53.957+00:00

    Hi @wei aipi xiaoyang jun

    I'm assuming looking at this you are asking for details from an Azure AD app registration. You can follow the steps found here to create one if you haven't already. https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad#--option-1-create-a-new-app-registration-automatically

    Once created, the application id can be found by navigating to Azure Active Directory, selecting App Registrations and then your application. The Application (Client) Id is found on the overview pages

    255219-question55522168-appclientid.png

    For the App Id URI, you need to create one, which can be found on the by selecting the Expose an API page and creating the Uri.

    255240-question55522168-appapi.png

    I hope this helps provide you with the information you need. If it does, please make sure to mark the question as answered so it helps other people in future.

    Kind Regards

    Alistair

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.