Skip to content

Commit 9076aa7

Browse files
committed
Fix typo
JWT token -> JWT
1 parent 80dec49 commit 9076aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/identity-provider-apple-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If the sign-in process is successful, your browser is redirected to `https://jwt
110110

111111
## Signing the client secret
112112

113-
Use the .p8 file you downloaded previously to sign the client secret into a JWT token. There are many libraries that can create and sign the JWT for you. Use the [Azure Function that creates a token](https://github.com/azure-ad-b2c/samples/tree/master/policies/sign-in-with-apple/azure-function) for you.
113+
Use the .p8 file you downloaded previously to sign the client secret into a JWT. There are many libraries that can create and sign the JWT for you. Use the [Azure Function that creates a token](https://github.com/azure-ad-b2c/samples/tree/master/policies/sign-in-with-apple/azure-function) for you.
114114

115115
1. Create an [Azure Function](../azure-functions/functions-create-function-app-portal.md).
116116
1. Under **Developer**, select **Code + Test**.
@@ -154,7 +154,7 @@ You need to store the client secret that you previously recorded in your Azure A
154154
1. Select **Policy Keys**, and then select **Add**.
155155
1. For **Options**, choose **Manual**.
156156
1. Enter a **Name** for the policy key. For example, "AppleSecret". The prefix "B2C_1A_" is added automatically to the name of your key.
157-
1. In **Secret**, enter the value of a token returned by the Azure Function (a JWT token).
157+
1. In **Secret**, enter the value of a token returned by the Azure Function (a JWT).
158158
1. For **Key usage**, select **Signature**.
159159
1. Select **Create**.
160160

0 commit comments

Comments
 (0)