Skip to content

Commit 1a2143a

Browse files
committed
text
1 parent 708bd1b commit 1a2143a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ builder.Services.AddAuthorizationBuilder()
138138

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

141-
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.
141+
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.
142142

143-
Implement a default sign out page and change the Logout razor page code with this:
143+
Implement a default sign-out page and change the Logout razor page code with this:
144144

145145
```csharp
146146
[Authorize]

0 commit comments

Comments
 (0)