Rename Feedser to Concelier
This commit is contained in:
		| @@ -9,14 +9,14 @@ namespace StellaOps.Auth.Abstractions; | ||||
| public static class StellaOpsScopes | ||||
| { | ||||
|     /// <summary> | ||||
|     /// Scope required to trigger Feedser jobs. | ||||
|     /// Scope required to trigger Concelier jobs. | ||||
|     /// </summary> | ||||
|     public const string FeedserJobsTrigger = "feedser.jobs.trigger"; | ||||
|     public const string ConcelierJobsTrigger = "concelier.jobs.trigger"; | ||||
|  | ||||
|     /// <summary> | ||||
|     /// Scope required to manage Feedser merge operations. | ||||
|     /// Scope required to manage Concelier merge operations. | ||||
|     /// </summary> | ||||
|     public const string FeedserMerge = "feedser.merge"; | ||||
|     public const string ConcelierMerge = "concelier.merge"; | ||||
|  | ||||
|     /// <summary> | ||||
|     /// Scope granting administrative access to Authority user management. | ||||
| @@ -40,8 +40,8 @@ public static class StellaOpsScopes | ||||
|  | ||||
|     private static readonly HashSet<string> KnownScopes = new(StringComparer.OrdinalIgnoreCase) | ||||
|     { | ||||
|         FeedserJobsTrigger, | ||||
|         FeedserMerge, | ||||
|         ConcelierJobsTrigger, | ||||
|         ConcelierMerge, | ||||
|         AuthorityUsersManage, | ||||
|         AuthorityClientsManage, | ||||
|         AuthorityAuditRead, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user