Skip to content

Commit 30325ac

Browse files
authored
Update configure-authentication-customize-sign-in-out.md
At this time, it seems that the successful sign-out redirects the client to the URL "/.auth/logout/complete", not "/.auth/logout/done". If it is correct, please fix the doc.
1 parent 2fa09d6 commit 30325ac

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)