Skip to content

Commit bc7afe1

Browse files
committed
Update text
1 parent c6355bc commit bc7afe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aspnetcore/security/authentication/configure-oidc-web-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ builder.Services.AddAuthorizationBuilder()
139139

140140
### Add a new Logout.cshtml and SignedOut.cshtml Razor page to the project
141141

142+
A logout is required to sign out both the cookie session and the OpenID Connect session. The whole application needs to redirect to the OpenID Connect server to sign out. After a successful sign-out, the application will open the RedirectUri route.
143+
142144
Implement a default sign out page and change the Logout razor page code with this:
143145

144146
```csharp

0 commit comments

Comments
 (0)