Disable password auth setting
This commit is contained in:
parent
1180d518a2
commit
188020597c
20 changed files with 164 additions and 75 deletions
|
@ -9,4 +9,6 @@ public sealed record OidcPublicConfigDto
|
|||
public string? ClientId { get; set; }
|
||||
/// <inheritdoc cref="OidcConfigDto.AutoLogin"/>
|
||||
public bool AutoLogin { get; set; }
|
||||
/// <inheritdoc cref="OidcConfigDto.DisablePasswordAuthentication"/>
|
||||
public bool DisablePasswordAuthentication { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue