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/active-directory/develop/v2-protocols-oidc.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Sign in Azure AD users by using the Microsoft identity platform's i
4
4
author: OwenRichards1
5
5
manager: CelesteDG
6
6
ms.custom: aaddev, identityplatformtop40
7
-
ms.date: 05/30/2023
7
+
ms.date: 09/13/2023
8
8
ms.author: owenrichards
9
9
ms.reviewer: ludwignick
10
10
ms.service: active-directory
@@ -33,6 +33,9 @@ The *ID token* introduced by OpenID Connect is issued by the authorization serve
33
33
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:
34
34
35
35
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/`.
36
39
1. Under **Implicit grant and hybrid flows**, select the **ID tokens (used for implicit and hybrid flows)** checkbox.
0 commit comments