Where to get App SID for a Windows Notification Server if I have a Entra Id Line of Business App?

Helen Mamalaki 15 Reputation points
2025-04-22T15:38:13.8133333+00:00

I have a WinUI .NET Maui Windows App that does not get published on the Windows Store - it is a Line of Business app - when setting up Windows Push Notification server via Azure Portal as part of Azure Notifications Hubs - it requires that I get the App SID and Security Key that the Windows Store generates - where would I get that for a LOB app.

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
367 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Sina Salam 19,936 Reputation points
    2025-04-30T14:58:23.7+00:00

    Hello Helen Mamalaki,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you have a Line of Business (LOB) app that is not published on the Windows Store, and you are in need of App SID, so that you can complete your set up Windows Push Notification server via Azure Portal as part of Azure Notifications Hubs, included your Android too.

    Regarding your question, you can obtain the App SID and Security Key through Azure Active Directory (AAD) / Microsoft Entra integration.

    What you need to do are the followings:

    1. Register your app in Azure Active Directory:
      • Go to the Azure Portal.
      • Navigate to Azure Active Directory > App registrations > New registration.
      • Fill in the necessary details for your app and register it.
    2. Get the App SID and Security Key:
      • After registering your app, go to the Certificates & secrets section.
      • Create a new client secret. This will serve as your Security Key.
      • The Application (client) ID in the Overview section will be your App SID.
    3. For setting up Azure Notification Hubs to support Android notifications, you can follow these steps:
      • Create a Firebase project:
      • Go to the Firebase Console (You can follow this link for tutorial: https://learn.microsoft.com/en-us/azure/notification-hubs/android-sdk
      • Create a new project and add your Android app to it.
      • Download the google-services.json file and add it to your Android project.
      • Configure Azure Notification Hubs:
      • In the Azure Portal, navigate to Notification Hubs.
      • Create a new notification hub and configure it with the Firebase Server Key obtained from the Firebase Console 1.
      The steps above should help you set up push notifications for both Windows and Android platforms using Azure Notification Hubs.

    I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

    0 comments No comments

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.