custom ProfileService

This commit is contained in:
Paul Schneider 2025-02-15 20:06:07 +00:00
commit 29303d5aea
4 changed files with 16 additions and 11 deletions

View file

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