RequiredScopeExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions for building the required scope attribute during application startup.
public static class RequiredScopeExtensions
type RequiredScopeExtensions = class
Public Module RequiredScopeExtensions
- Inheritance
-
RequiredScopeExtensions
Methods
AddRequiredScopeAuthorization(IServiceCollection) |
This method adds support for the required scope attribute. It adds a default policy that adds a scope requirement. This requirement looks for IAuthRequiredScopeMetadata on the current endpoint. |
RequireScope<TBuilder>(TBuilder, String[]) |
This method adds metadata to route endpoint to describe required scopes. It's the imperative version of the [RequiredScope] attribute. |