Introduction to OIDC Server
Implemented StandardsTechnical Requirements
Abblix.Oidc.Server
Abblix.Oidc.Server.ModelAddressAuthorizationRequestAuthorizationRequest.ParametersAuthorizationResponseBackChannelAuthenticationForbiddenBackChannelAuthenticationRequestBackChannelAuthenticationRequest.ParametersBackChannelAuthenticationSuccessBackChannelAuthenticationSuccess.ParametersBackChannelAuthenticationUnauthorizedBackChannelPingNotificationRequestBackChannelPingNotificationRequest.ParametersBackChannelPushNotificationRequestBackChannelPushNotificationRequest.ParametersBackChannelTokenPushRequestBackChannelTokenPushRequest.ParametersClientRegistrationRequestClientRegistrationRequest.ParametersClientRegistrationResponseClientRequestClientRequest.ParametersConfigurationResponseConfigurationResponse.ParametersDeviceAuthorizationRequestDeviceAuthorizationRequest.ParametersDeviceAuthorizationResponseDeviceAuthorizationResponse.ParametersEndSessionRequestEndSessionRequest.ParametersErrorResponseIntrospectionRequestIntrospectionRequest.ParametersMtlsAliasesPushedAuthorizationResponseReadClientSuccessfulResponseRequestedClaimDetailsRequestedClaimsRequestedClaims.ParametersRevocationRequestRevocationRequest.ParametersTokenRequestTokenRequest.ParametersTokenResponseUserInfoRequestUserInfoRequest.Parameters
BackChannelAuthenticationForbidden Class
Represents a forbidden response for a backchannel authentication request. This response typically indicates that the client is authenticated but does not have permission to perform the requested operation.
public record BackChannelAuthenticationForbidden : Abblix.Oidc.Server.Common.OidcError, System.IEquatable<Abblix.Oidc.Server.Model.BackChannelAuthenticationForbidden>Inheritance System.Object → OidcError → BackChannelAuthenticationForbidden
Implements System.IEquatable<BackChannelAuthenticationForbidden>
Constructors
BackChannelAuthenticationForbidden(string, string) Constructor
Represents a forbidden response for a backchannel authentication request. This response typically indicates that the client is authenticated but does not have permission to perform the requested operation.
public BackChannelAuthenticationForbidden(string Error, string ErrorDescription);Parameters
Error System.String
The error code that identifies the type of failure.
ErrorDescription System.String
A human-readable description of the error, providing more details about the failure.