Skip to content

Commit e5d81ff

Browse files
authored
Note that sub-topic isn't an extension of tutorial (#18947)
1 parent d0e54e1 commit e5d81ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aspnetcore/security/authentication/add-user-data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ Test the app:
226226

227227
## Add claims to Identity using IUserClaimsPrincipalFactory<ApplicationUser>
228228

229+
> [!NOTE]
230+
> This section isn't an extension of the previous tutorial. To apply the following steps to the app built using the tutorial, see [this GitHub issue](https://github.com/dotnet/AspNetCore.Docs/issues/18797).
231+
229232
Additional claims can be added to ASP.NET Core Identity by using the `IUserClaimsPrincipalFactory<T>` interface. This class can be added to the app in the `Startup.ConfigureServices` method. Add the custom implementation of the class as follows:
230233

231234
```csharp

0 commit comments

Comments
 (0)