Merge branch 'main' of https://git.azuze.fr/kawa/SharepointToolbox-Web
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace SharepointToolbox.Web.Core.Models;
|
||||
|
||||
public enum AuthProvider
|
||||
{
|
||||
/// <summary>Microsoft Entra (OIDC) — auto-provisioned on login.</summary>
|
||||
Entra = 0,
|
||||
/// <summary>Local password account — created by an Admin.</summary>
|
||||
Local = 1
|
||||
}
|
||||
Reference in New Issue
Block a user