Skip to content

Commit 18fd7db

Browse files
authored
Merge pull request #108545 from matthiasguentert/patch-1
fixed SignedOutCallbackPath
2 parents a83bfab + 90819af commit 18fd7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/enable-authentication-web-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Azure AD B2C identity provider settings are stored in the *appsettings.json* fil
260260
"Instance": "https://<your-tenant-name>.b2clogin.com",
261261
"ClientId": "<web-app-application-id>",
262262
"Domain": "<your-b2c-domain>",
263-
"SignedOutCallbackPath": "/signout/<your-sign-up-in-policy>",
263+
"SignedOutCallbackPath": "/signout-oidc
264264
"SignUpSignInPolicyId": "<your-sign-up-in-policy>"
265265
}
266266
```

0 commit comments

Comments
 (0)