ui for fs acl by circle

This commit is contained in:
Paul Schneider 2019-08-05 06:18:38 +02:00
commit 6298aab179
11 changed files with 323 additions and 21 deletions

View file

@ -8,6 +8,7 @@ namespace Yavsc
public const string ApplicationName = "Yavsc",
CompanyClaimType = "https://schemas.pschneider.fr/identity/claims/Company",
UserNameRegExp = @"^[a-zA-Z][a-zA-Z0-9._-]*$",
UserFileNamePatternRegExp = @"^([a-zA-Z0-9._-]*/)*[a-zA-Z0-9._-]+$",
AuthorizePath = "~/authorize",
TokenPath = "~/token",
LoginPath = "~/signin",