ScopeValidator Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation
ScopeValidator Class
Validates the scope values in a client registration request per RFC 7591 Section 2. Each requested scope must be recognized by the server.
public class ScopeValidator : Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation.SyncClientRegistrationContextValidator
Inheritance System.Object → SyncClientRegistrationContextValidator → ScopeValidator
Constructors
ScopeValidator(IScopeManager) Constructor
Validates the scope values in a client registration request per RFC 7591 Section 2. Each requested scope must be recognized by the server.
public ScopeValidator(Abblix.Oidc.Server.Features.ScopeManagement.IScopeManager scopeManager);
Parameters
scopeManager IScopeManager
Provides access to known scope definitions.