Skip to content

Commit 4475f3b

Browse files
rmca14kengaderdus
andauthored
Apply suggestions from code review
Co-authored-by: Kenga Derdus <[email protected]>
1 parent 72c2f06 commit 4475f3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/active-directory-b2c/add-api-connector-token-enrichment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Save the files you changed: *TrustFrameworkBase.xml*, and *TrustFrameworkExtensi
280280
"exp": 1584961516,
281281
"nbf": 1584957916,
282282
"ver": "1.0",
283-
"iss": "https://contoso.b2clogin.com/f06c2fe8-709f-4030-85dc-38a4bfd9e82d/v2.0/",
283+
"iss": "https://contoso.b2clogin.com/aaaabbbb-0000-cccc-1111-dddd2222eeee/v2.0/",
284284
"aud": "11112222-bbbb-3333-cccc-4444dddd5555",
285285
"acr": "b2c_1a_signup_signin",
286286
"nonce": "defaultNonce",

articles/active-directory-b2c/add-api-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ To return the promo code claim back to the relying party application, add an out
597597
"exp": 1584295703,
598598
"nbf": 1584292103,
599599
"ver": "1.0",
600-
"iss": "https://contoso.b2clogin.com/f06c2fe8-709f-4030-85dc-38a4bfd9e82d/v2.0/",
600+
"iss": "https://contoso.b2clogin.com/aaaabbbb-0000-cccc-1111-dddd2222eeee/v2.0/",
601601
"aud": "22223333-cccc-4444-dddd-5555eeee6666",
602602
"acr": "b2c_1a_signup_signin",
603603
"nonce": "defaultNonce",

articles/active-directory-b2c/configure-user-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ The token sent back to your application includes the `city` claim.
354354
"exp": 1583500140,
355355
"nbf": 1583496540,
356356
"ver": "1.0",
357-
"iss": "https://contoso.b2clogin.com/f06c2fe8-709f-4030-85dc-38a4bfd9e82d/v2.0/",
357+
"iss": "https://contoso.b2clogin.com/aaaabbbb-0000-cccc-1111-dddd2222eeee/v2.0/",
358358
"aud": "00001111-aaaa-2222-bbbb-3333cccc4444",
359359
"acr": "b2c_1a_signup_signin",
360360
"nonce": "defaultNonce",

0 commit comments

Comments
 (0)