Introduction to OIDC Server
Implemented StandardsTechnical Requirements
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.DynamicClientManagement.ValidationAuthorizationDetailsTypesValidatorBackChannelAuthenticationValidatorBackChannelLogoutUriValidatorClientIdValidatorClientRegistrationContextValidatorCompositeClientRegistrationValidationContextCredentialsValidatorDynamicClientOperationEncryptedResponseAlgorithmsValidatorErrorFactoryGrantTypeValidatorIClientRegistrationContextValidatorInitialAccessTokenValidatorInitiateLoginUriValidatorPostLogoutRedirectUrisValidatorScopeValidatorSecurityProfileValidatorSignedResponseAlgorithmsValidatorSigningAlgorithmsValidatorSoftwareStatementValidatorSubjectTypeValidatorSupportedGrantTypeValidatorSupportedResponseTypeValidatorSyncClientRegistrationContextValidatorTlsClientAuthValidatorTokenEndpointAuthMethodValidator
Diese Seite wurde noch nicht übersetzt.
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.SyncClientRegistrationContextValidatorInheritance 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.