Share Stats about OIDC use
This commit is contained in:
parent
d2e1ca9078
commit
b6bfc65bc4
4 changed files with 15 additions and 2 deletions
|
|
@ -96,8 +96,9 @@ public class AppUser : IdentityUser<int>, IHasConcurrencyToken
|
|||
/// </summary>
|
||||
public string? ExternalId { get; set; }
|
||||
/// <summary>
|
||||
/// Describes how the account was created
|
||||
/// Describes who manages the account (may further depend on other settings)
|
||||
/// </summary>
|
||||
/// <remarks>Always fallbacks to native</remarks>
|
||||
public AppUserOwner Owner { get; set; } = AppUserOwner.Native;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue