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
Эта страница ещё не переведена.
BackChannelAuthenticationUnauthorized Class
Represents an unauthorized response for a backchannel authentication request. This response typically indicates that the request failed due to invalid client credentials or other authorization-related issues.
public record BackChannelAuthenticationUnauthorized : Abblix.Oidc.Server.Common.OidcError, System.IEquatable<Abblix.Oidc.Server.Model.BackChannelAuthenticationUnauthorized>Inheritance System.Object → OidcError → BackChannelAuthenticationUnauthorized
Implements System.IEquatable<BackChannelAuthenticationUnauthorized>
Constructors
BackChannelAuthenticationUnauthorized(string, string) Constructor
Represents an unauthorized response for a backchannel authentication request. This response typically indicates that the request failed due to invalid client credentials or other authorization-related issues.
public BackChannelAuthenticationUnauthorized(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.