Anthony Coelho
Anthony Coelho
> @hora7ce It's internal testing. We're integrating with [Azure Autoscale](https://docs.microsoft.com/en-us/azure/azure-monitor/autoscale/autoscale-overview) and you can have a consistent autoscale experience among Azure. For the public preview date, I will keep updating here...
> I did some research: > > 1. If only 1 scope exists => allow > `[RequireScope("test", "example")] ` > 2. Only 1 scope exist => allow > > ```...
@1Jesper1 I think the better solution would be for RequiredScopeAttribute to allow multiple instances, i.e.: ``` csharp [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true)] public class RequiredScopeAttribute : Attribute, IAuthRequiredScopeMetadata {}...
The docs do leave a lot to be desired regarding Key Vault key rotation, but to quickly answer the question... yes when protecting the data protection keys with `ProtectKeysWithAzureKeyVault`, you...