Publishing Azure/Entra app on my website

Itai Karas 0 Reputation points
2024-09-30T07:48:12.1366667+00:00

I want to publish an Azure/Entra app on my website that will allow customer to easily register it on his tenant.

The app needs the following API permissions:

  • Microsoft Graph (1)
    • User.Read
  • Office 365 Management APIs (6)
    • ActivityFeed.Read Delegated
    • ActivityFeed.Read Application
    • ActivityFeed.ReadDlp Delegated
    • ActivityFeed.ReadDlp Application
    • ServiceHealth.Read Delegated
    • ServiceHealth.Read Application

And once the app registered on the client tenant it will send to me the app client secret.

Microsoft Security | Microsoft Entra | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-10-18T21:33:45.5433333+00:00

    Hi @Itai Karas , to get your app on your website and let customers register it on their tenant, you can use the Azure AD app registration process. Create an Azure AD app registration for your app in the Azure portal and specify the required API permissions. Then, give your customers the client ID and required API permissions, and they can register your app on their tenant by generating a client secret. Once you get the client secret, you can use it to authenticate your app and access the required APIs. You can also use the Azure AD app gallery to make your app more discoverable and easier to register.

    Please let me know if you have any questions and I can help you further.

    If this answer helps you please mark "Accept Answer" so other users can reference it.

    Thank you,

    James

    0 comments No comments

Your answer

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