Skip to content

Commit 29d737e

Browse files
committed
add-updates
1 parent bee13aa commit 29d737e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/active-directory/develop/v2-protocols-oidc.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Sign in Azure AD users by using the Microsoft identity platform's i
44
author: OwenRichards1
55
manager: CelesteDG
66
ms.custom: aaddev, identityplatformtop40
7-
ms.date: 05/30/2023
7+
ms.date: 09/13/2023
88
ms.author: owenrichards
99
ms.reviewer: ludwignick
1010
ms.service: active-directory
@@ -33,6 +33,9 @@ The *ID token* introduced by OpenID Connect is issued by the authorization serve
3333
ID tokens aren't issued by default for an application registered with the Microsoft identity platform. ID tokens for an application are enabled by using one of the following methods:
3434

3535
1. Sign in to the [Azure portal](https://portal.azure.com) and select **Azure Active Directory** > **App registrations** > *\<your application\>* > **Authentication**.
36+
1. Under **Platform configurations**, select **Add a platform**.
37+
1. In the pane that opens, select the appropriate platform for your application. For example, select **Web** for a web application.
38+
1. Under Redirect URIs, add the redirect URI of your application. For example, `https://localhost:8080/`.
3639
1. Under **Implicit grant and hybrid flows**, select the **ID tokens (used for implicit and hybrid flows)** checkbox.
3740

3841
Or:

0 commit comments

Comments
 (0)