Skip to content

Commit 06bd900

Browse files
committed
Adding more portal info
1 parent 15da650 commit 06bd900

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Loading

articles/notification-hubs/notification-hubs-push-notification-http2-token-authentification.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,15 @@ The application name and identifier are also available in the **Certificates, Id
5959

6060
![](./media/notification-hubs-push-notification-http2-token-authentification/app-name.png)
6161

62+
### Configure via the .NET SDK or the Azure portal
6263

63-
### Configure via the .NET SDK
64+
You can configure your hub to use token-based authentication using our [latest client SDK](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs), or in the Azure portal. To enable token-based authentication in the portal, sign in to the Azure portal and go to your notification hub's **Settings > Apple (APNS)** panel. Select **Token** from the **Authentication Mode** property to update your hub with all the relevant token properties.
6465

65-
You can configure your hub to use token based authentication using our [latest client SDK](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs), or [using the Azure portal](create-notification-hub-portal.md).
66+
![Configure token](./media/notification-hubs-push-notification-http2-token-authentification/azure-portal-apns-settings.png)
67+
68+
* Enter the properties you retrieved from your Apple Developer account.
69+
* Choose the application mode (**Production** or **Sandbox**).
70+
* Click the **Save** button to update your APNS credentials
6671

6772
Token-based credentials are composed of the following fields:
6873

0 commit comments

Comments
 (0)