Skip to content

Commit 34cb1d5

Browse files
authored
Merge pull request #103639 from atsushina/patch-3
Update configure-authentication-customize-sign-in-out.md
2 parents 894079c + 30325ac commit 34cb1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-authentication-customize-sign-in-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here's a simple sign-out link in a webpage:
9191
<a href="/.auth/logout">Sign out</a>
9292
```
9393

94-
By default, a successful sign-out redirects the client to the URL `/.auth/logout/done`. You can change the post-sign-out redirect page by adding the `post_logout_redirect_uri` query parameter. For example:
94+
By default, a successful sign-out redirects the client to the URL `/.auth/logout/complete`. You can change the post-sign-out redirect page by adding the `post_logout_redirect_uri` query parameter. For example:
9595

9696
```
9797
GET /.auth/logout?post_logout_redirect_uri=/index.html

0 commit comments

Comments
 (0)