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
Cette page n'a pas encore été traduite.
BackChannelPingNotificationRequest Class
Represents the notification payload sent to the client in ping mode.
public sealed record BackChannelPingNotificationRequest : Abblix.Oidc.Server.Features.BackChannelAuthentication.Interfaces.IBackChannelNotificationRequest, System.IEquatable<Abblix.Oidc.Server.Model.BackChannelPingNotificationRequest>Inheritance System.Object → BackChannelPingNotificationRequest
Implements IBackChannelNotificationRequest, System.IEquatable<BackChannelPingNotificationRequest>
Properties
BackChannelPingNotificationRequest.AuthenticationRequestId Property
The authentication request identifier that is ready for token retrieval.
public string AuthenticationRequestId { get; init; }Implements AuthenticationRequestId