Skip to content

Commit

Permalink
Update identity-auth.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 3, 2023
1 parent cc4be9c commit 63f2c60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MyApp/_pages/auth/identity-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ public class ConfigureAuth : IHostingStartup

If you're using a `CustomUserSession` you'll also need to register it with the `SessionFactory` for it to be used.

### Configure Individual Auth Providers

Each of the Identity Auth Providers can also be customized individually:

```csharp
Expand All @@ -162,6 +164,8 @@ Plugins.Add(new AuthFeature(IdentityAuth.For<ApplicationUser>(options => {
));
```

### Enable Optional ServiceStack Auth Services

Typically you'll want to use the included Identity UI Pages and dependencies to register new users and assign roles,
but if you have any existing client integrations that use ServiceStack APIs they can also be enabled with:

Expand Down

0 comments on commit 63f2c60

Please sign in to comment.