Skip to content

Commit fefe241

Browse files
Update src/content/docs/identityserver/ui/login/external.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent d595adf commit fefe241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/ui/login/external.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ the correct claims transformation from the external identity source.
166166
`SignInScheme` of the external provider should always be `IdentityServerConstants.ExternalCookieAuthenticationScheme`.
167167
The `SignOutScheme` depends on whether **ASP.NET Identity** is used or not:
168168

169-
```csharp title="ASP.NET Identity"
169+
```csharp title="With ASP.NET Identity"
170170
// Program.cs
171171
builder.Services.AddAuthentication()
172172
.AddCookie("MyTempHandler")

0 commit comments

Comments
 (0)