Skip to content

Commit 92498f7

Browse files
remove replacement token
1 parent 1d7ff24 commit 92498f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/static-web-apps/authentication-authorization.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,13 @@ For example:
7878
{
7979
"responseOverrides": {
8080
"401": {
81-
"redirect": "/.auth/login/<PROVIDER>?post_login_redirect_uri=.referrer",
81+
"redirect": "/.auth/login/github?post_login_redirect_uri=.referrer",
8282
"statusCode": 302
8383
}
8484
}
8585
}
8686
```
8787

88-
As you use this code example, make sure to replace `<PROVIDER>` with the appropriate provider identifier.
89-
9088
## Logout
9189

9290
The `/.auth/logout` route logs users out from the website. You can add a link to your site navigation to allow the user to log out as shown in the following example.

0 commit comments

Comments
 (0)