We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b8e0d8 + 3986fde commit 099a1f2Copy full SHA for 099a1f2
articles/active-directory-b2c/openid-connect.md
@@ -8,7 +8,7 @@ manager: CelesteDG
8
ms.service: active-directory
9
ms.workload: identity
10
ms.topic: conceptual
11
-ms.date: 04/12/2022
+ms.date: 08/12/2022
12
ms.author: kengaderdus
13
ms.subservice: B2C
14
ms.custom: fasttrack-edit
@@ -43,7 +43,7 @@ client_id=90c0fe63-bcf2-44d5-8fb7-b8bbc0b29dc6
43
&response_type=code+id_token
44
&redirect_uri=https%3A%2F%2Fjwt.ms%2F
45
&response_mode=fragment
46
-&scope=&scope=openid%20offline_access%20{application-id-uri}/{scope-name}
+&scope=openid%20offline_access%20{application-id-uri}/{scope-name}
47
&state=arbitrary_data_you_can_receive_in_the_response
48
&nonce=12345
49
```
0 commit comments