Authorizations

This commit is contained in:
Paul Schneider 2025-08-18 11:27:13 +01:00
commit 997c39703a
13 changed files with 34 additions and 28 deletions

View file

@ -54,5 +54,7 @@ namespace Yavsc
public const string LivePath = "/live/cast";
public const string StreamingPath = "/api/stream/put";
public static string RoleClaimType = "http://schemas.microsoft.com/ws/2008/06/identity/claims/role";
}
}