WIP audiences

This commit is contained in:
Paul Schneider 2026-07-12 01:17:52 +01:00
commit f3bb039d2f
15 changed files with 102 additions and 82 deletions

View file

@ -57,6 +57,8 @@ namespace Yavsc
public const string StreamingPath = "/api/stream/put";
public static string NameClaimType = "http://schemas.microsoft.com/ws/2008/06/identity/claims/name";
public static string RoleClaimType = "http://schemas.microsoft.com/ws/2008/06/identity/claims/role";
}
}