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
Diese Seite wurde noch nicht übersetzt.
Abblix.Oidc.Server.Model.IntrospectionRequest
IntrospectionRequest.Parameters Class
Wire-level parameter names accepted at the OAuth 2.0 introspection endpoint (RFC 7662 §2.1).
public static class IntrospectionRequest.ParametersInheritance System.Object → Parameters
Fields
IntrospectionRequest.Parameters.Token Field
The token introspection request parameter carrying the token to be inspected.
public const string Token = "token";Field Value
IntrospectionRequest.Parameters.TokenTypeHint Field
The token_type_hint introspection request parameter advising which token type
the server should try first.
public const string TokenTypeHint = "token_type_hint";