Skip to content

Commit 15da650

Browse files
committed
Final tweaks
1 parent a1b2849 commit 15da650

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,18 @@ To enable token-based authentication, you need the following properties from you
4747

4848
### Key identifier
4949

50-
The key identifier can be obtained from the "Keys" page in your Apple developer account
50+
The key identifier can be obtained from the **Keys** page under **Certificates, Identifiers & Profiles**, in your Apple Developer account:
5151

5252
![](./media/notification-hubs-push-notification-http2-token-authentification/keys.png)
5353

5454
![](./media/notification-hubs-push-notification-http2-token-authentification/obtaining-auth-information-from-apple.png)
5555

5656
### Application identifier and application name
5757

58-
The application name and identifier are available in the **Certificates, Identifiers & Profiles** page in the developer account.
58+
The application name and identifier are also available in the **Certificates, Identifiers & Profiles** page in the developer account:
5959

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

62-
### Authentication token
63-
64-
The authentication token can be downloaded after you generate a token for your application. For details on how to generate this token, refer to the [Apple developer documentation](https://help.apple.com/xcode/mac/current/#/devdfd3d04a1).
6562

6663
### Configure via the .NET SDK
6764

0 commit comments

Comments
 (0)