You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,24 +65,25 @@ To send push notifications to UWP apps, associate your app to the Windows Store.
65
65
3. Expand **Product management**, and then select **Product Identity**. Take note of the **Package SID**, **Package/Identity/Name**, **Package/Identity/Publisher**, and **Package/Properties/PublisherDisplayName** values.
66
66
67
67
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/product-identity.png" alt-text="Partner center apps":::
68
-
4. Under **Product management**, select **WNS/MPNS**, and then select **App Registration portal**. Sign in to your Microsoft account. The application registration page opens in a new tab. Take note of the **Application Secret** password.
68
+
4. Under **Product management**, select **WNS/MPNS**, and then select **App Registration portal**. Sign in to your Microsoft account. The application registration page opens in a new tab.
> The application secret and package SID are important security credentials. Do not share these values with anyone or distribute them with your app.
74
-
75
72
5. Under **Essentials**, select **Client credentials: Add a certificate or secret**.
76
73
77
74
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/hub-azure-portal.png" alt-text="Notification Hub settings on Azure portal":::
78
75
79
-
6. On the **Certificates & secrets** page, under **Client secrets**, select **New client secret**. After you create a client secret, take note of it before you leave the page.
76
+
6. On the **Certificates & secrets** page, under **Client secrets**, select **New client secret**. After you create a client secret (also called an application secret), take note of it before you leave the page.
80
77
81
78
> [!WARNING]
82
-
> You can only view client secret values immediately after creating them. Make sure to save the secret before leaving the page.
79
+
> You can only view client secret (application secret) values immediately after creating them. Make sure to save the secret before leaving the page.
83
80
84
81
:::image type="content" source="media/notification-hubs-windows-store-dotnet-get-started/new-client-secret.png" alt-text="Client secret on portal":::
85
82
83
+
> [!WARNING]
84
+
> The application secret and package SID are important security credentials. Do not share these values with anyone or distribute them with your app.
0 commit comments