authlete_ruby_sdk 0.0.3.pre.beta → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/authlete/authorization.rb +24 -563
- data/lib/authlete/authorization_management.rb +15 -7
- data/lib/authlete/ciba.rb +35 -414
- data/lib/authlete/client.rb +3 -3
- data/lib/authlete/client_management.rb +133 -87
- data/lib/authlete/clients.rb +43 -23
- data/lib/authlete/device_flow.rb +24 -147
- data/lib/authlete/dynamic_client_registration.rb +31 -283
- data/lib/authlete/federation.rb +17 -66
- data/lib/authlete/grant_management.rb +10 -5
- data/lib/authlete/hardware_security_keys.rb +24 -10
- data/lib/authlete/introspection.rb +17 -195
- data/lib/authlete/jose_object.rb +10 -5
- data/lib/authlete/jwk_set_endpoint.rb +12 -7
- data/lib/authlete/lifecycle.rb +10 -5
- data/lib/authlete/models/components/access_token.rb +9 -9
- data/lib/authlete/models/components/access_token.rbi +1 -1
- data/lib/authlete/models/components/application_type.rb +1 -1
- data/lib/authlete/models/components/application_type.rbi +1 -1
- data/lib/authlete/models/components/attachment_type.rb +1 -1
- data/lib/authlete/models/components/attachment_type.rbi +1 -1
- data/lib/authlete/models/components/authorization_details_element.rb +16 -16
- data/lib/authlete/models/components/authorization_details_element.rbi +1 -1
- data/lib/authlete/models/components/authorization_fail_request.rb +4 -4
- data/lib/authlete/models/components/authorization_fail_request.rbi +1 -1
- data/lib/authlete/models/components/authorization_fail_request_reason.rb +1 -1
- data/lib/authlete/models/components/authorization_fail_request_reason.rbi +1 -1
- data/lib/authlete/models/components/authorization_fail_response.rb +2 -2
- data/lib/authlete/models/components/authorization_fail_response.rbi +1 -1
- data/lib/authlete/models/components/authorization_fail_response_action.rbi +1 -1
- data/lib/authlete/models/components/authorization_issue_request.rb +19 -83
- data/lib/authlete/models/components/authorization_issue_request.rbi +1 -1
- data/lib/authlete/models/components/authorization_issue_response.rb +8 -8
- data/lib/authlete/models/components/authorization_issue_response.rbi +1 -1
- data/lib/authlete/models/components/authorization_issue_response_action.rbi +1 -1
- data/lib/authlete/models/components/authorization_request.rb +7 -7
- data/lib/authlete/models/components/authorization_request.rbi +1 -1
- data/lib/authlete/models/components/authorization_response.rb +84 -176
- data/lib/authlete/models/components/authorization_response.rbi +1 -1
- data/lib/authlete/models/components/authorization_response_action.rbi +1 -1
- data/lib/authlete/models/components/authorization_ticket_info.rb +1 -1
- data/lib/authlete/models/components/authorization_ticket_info.rbi +1 -1
- data/lib/authlete/models/components/authorization_ticket_info_request.rbi +1 -1
- data/lib/authlete/models/components/authorization_ticket_info_response.rb +1 -1
- data/lib/authlete/models/components/authorization_ticket_info_response.rbi +1 -1
- data/lib/authlete/models/components/authorization_ticket_info_response_action.rbi +1 -1
- data/lib/authlete/models/components/authorization_ticket_update_request.rbi +1 -1
- data/lib/authlete/models/components/authorization_ticket_update_response.rb +1 -1
- data/lib/authlete/models/components/authorization_ticket_update_response.rbi +1 -1
- data/lib/authlete/models/components/authorization_ticket_update_response_action.rbi +1 -1
- data/lib/authlete/models/components/authz_details.rb +2 -2
- data/lib/authlete/models/components/authz_details.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_complete_request.rb +23 -23
- data/lib/authlete/models/components/backchannel_authentication_complete_request.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_complete_request_result.rb +1 -1
- data/lib/authlete/models/components/backchannel_authentication_complete_request_result.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_complete_response.rb +30 -30
- data/lib/authlete/models/components/backchannel_authentication_complete_response.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_complete_response_action.rb +1 -1
- data/lib/authlete/models/components/backchannel_authentication_complete_response_action.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_fail_request.rb +5 -5
- data/lib/authlete/models/components/backchannel_authentication_fail_request.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_fail_request_reason.rb +1 -1
- data/lib/authlete/models/components/backchannel_authentication_fail_request_reason.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_fail_response.rb +2 -2
- data/lib/authlete/models/components/backchannel_authentication_fail_response.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_fail_response_action.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_issue_request.rb +1 -1
- data/lib/authlete/models/components/backchannel_authentication_issue_request.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_issue_response.rb +5 -5
- data/lib/authlete/models/components/backchannel_authentication_issue_response.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_issue_response_action.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_request.rb +12 -12
- data/lib/authlete/models/components/backchannel_authentication_request.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_response.rb +47 -56
- data/lib/authlete/models/components/backchannel_authentication_response.rbi +1 -1
- data/lib/authlete/models/components/backchannel_authentication_response_action.rbi +1 -1
- data/lib/authlete/models/components/cimd_options.rb +15 -15
- data/lib/authlete/models/components/cimd_options.rbi +1 -1
- data/lib/authlete/models/components/claim_type.rbi +1 -1
- data/lib/authlete/models/components/client.rb +159 -308
- data/lib/authlete/models/components/client.rbi +1 -1
- data/lib/authlete/models/components/client_auth_method.rb +1 -1
- data/lib/authlete/models/components/client_auth_method.rbi +1 -1
- data/lib/authlete/models/components/client_authorization_delete_response.rb +4 -4
- data/lib/authlete/models/components/client_authorization_delete_response.rbi +1 -1
- data/lib/authlete/models/components/client_authorization_get_list_request.rbi +1 -1
- data/lib/authlete/models/components/client_authorization_get_list_response.rb +6 -6
- data/lib/authlete/models/components/client_authorization_get_list_response.rbi +1 -1
- data/lib/authlete/models/components/client_authorization_update_request.rb +2 -2
- data/lib/authlete/models/components/client_authorization_update_request.rbi +1 -1
- data/lib/authlete/models/components/client_authorization_update_response.rbi +1 -1
- data/lib/authlete/models/components/client_clientsource.rb +1 -1
- data/lib/authlete/models/components/client_clientsource.rbi +1 -1
- data/lib/authlete/models/components/client_extension.rb +9 -19
- data/lib/authlete/models/components/client_extension.rbi +1 -1
- data/lib/authlete/models/components/client_extension_requestable_scopes_get_response.rb +1 -1
- data/lib/authlete/models/components/client_extension_requestable_scopes_get_response.rbi +1 -1
- data/lib/authlete/models/components/client_extension_requestable_scopes_update_request.rb +4 -4
- data/lib/authlete/models/components/client_extension_requestable_scopes_update_request.rbi +1 -1
- data/lib/authlete/models/components/client_extension_requestable_scopes_update_response.rbi +1 -1
- data/lib/authlete/models/components/client_flag_update_request.rb +1 -1
- data/lib/authlete/models/components/client_flag_update_request.rbi +1 -1
- data/lib/authlete/models/components/client_flag_update_response.rbi +1 -1
- data/lib/authlete/models/components/client_get_list_response.rb +4 -4
- data/lib/authlete/models/components/client_get_list_response.rbi +1 -1
- data/lib/authlete/models/components/client_granted_scopes_delete_response.rbi +1 -1
- data/lib/authlete/models/components/client_input.rb +154 -293
- data/lib/authlete/models/components/client_input.rbi +1 -1
- data/lib/authlete/models/components/client_limited.rb +7 -7
- data/lib/authlete/models/components/client_limited.rbi +1 -1
- data/lib/authlete/models/components/client_limited_authorization.rb +57 -106
- data/lib/authlete/models/components/client_limited_authorization.rbi +1 -1
- data/lib/authlete/models/components/client_limited_authorization_clientsource.rb +1 -1
- data/lib/authlete/models/components/client_limited_authorization_clientsource.rbi +1 -1
- data/lib/authlete/models/components/client_registration_response.rb +3 -3
- data/lib/authlete/models/components/client_registration_response.rbi +1 -1
- data/lib/authlete/models/components/client_registration_response_action.rb +1 -1
- data/lib/authlete/models/components/client_registration_response_action.rbi +1 -1
- data/lib/authlete/models/components/client_registration_type.rb +1 -1
- data/lib/authlete/models/components/client_registration_type.rbi +1 -1
- data/lib/authlete/models/components/client_secret_refresh_response.rb +2 -2
- data/lib/authlete/models/components/client_secret_refresh_response.rbi +1 -1
- data/lib/authlete/models/components/client_secret_update_request.rb +1 -1
- data/lib/authlete/models/components/client_secret_update_request.rbi +1 -1
- data/lib/authlete/models/components/client_secret_update_response.rb +2 -2
- data/lib/authlete/models/components/client_secret_update_response.rbi +1 -1
- data/lib/authlete/models/components/client_type.rb +1 -1
- data/lib/authlete/models/components/client_type.rbi +1 -1
- data/lib/authlete/models/components/credential_issuance_order.rb +1 -1
- data/lib/authlete/models/components/credential_issuance_order.rbi +1 -1
- data/lib/authlete/models/components/credential_issuer_metadata.rb +5 -5
- data/lib/authlete/models/components/credential_issuer_metadata.rbi +1 -1
- data/lib/authlete/models/components/credential_offer_info.rb +12 -20
- data/lib/authlete/models/components/credential_offer_info.rbi +1 -1
- data/lib/authlete/models/components/credential_request_info.rbi +1 -1
- data/lib/authlete/models/components/delivery_mode.rbi +1 -1
- data/lib/authlete/models/components/device_authorization_request.rb +12 -12
- data/lib/authlete/models/components/device_authorization_request.rbi +1 -1
- data/lib/authlete/models/components/device_authorization_response.rb +39 -48
- data/lib/authlete/models/components/device_authorization_response.rbi +1 -1
- data/lib/authlete/models/components/device_authorization_response_action.rbi +1 -1
- data/lib/authlete/models/components/device_complete_request.rb +22 -22
- data/lib/authlete/models/components/device_complete_request.rbi +1 -1
- data/lib/authlete/models/components/device_complete_request_result.rb +1 -1
- data/lib/authlete/models/components/device_complete_request_result.rbi +1 -1
- data/lib/authlete/models/components/device_complete_response.rb +2 -2
- data/lib/authlete/models/components/device_complete_response.rbi +1 -1
- data/lib/authlete/models/components/device_complete_response_action.rb +1 -1
- data/lib/authlete/models/components/device_complete_response_action.rbi +1 -1
- data/lib/authlete/models/components/device_verification_request.rb +1 -1
- data/lib/authlete/models/components/device_verification_request.rbi +1 -1
- data/lib/authlete/models/components/device_verification_response.rb +32 -32
- data/lib/authlete/models/components/device_verification_response.rbi +1 -1
- data/lib/authlete/models/components/device_verification_response_action.rbi +1 -1
- data/lib/authlete/models/components/display.rb +3 -3
- data/lib/authlete/models/components/display.rbi +1 -1
- data/lib/authlete/models/components/dynamic_scope.rbi +1 -1
- data/lib/authlete/models/components/fapi_mode.rbi +1 -1
- data/lib/authlete/models/components/federation_configuration_response.rb +2 -2
- data/lib/authlete/models/components/federation_configuration_response.rbi +1 -1
- data/lib/authlete/models/components/federation_configuration_response_action.rbi +1 -1
- data/lib/authlete/models/components/federation_registration_request.rb +2 -2
- data/lib/authlete/models/components/federation_registration_request.rbi +1 -1
- data/lib/authlete/models/components/federation_registration_response.rb +2 -2
- data/lib/authlete/models/components/federation_registration_response.rbi +1 -1
- data/lib/authlete/models/components/federation_registration_response_action.rbi +1 -1
- data/lib/authlete/models/components/g_m_request.rb +13 -13
- data/lib/authlete/models/components/g_m_request.rbi +1 -1
- data/lib/authlete/models/components/g_m_response.rb +3 -3
- data/lib/authlete/models/components/g_m_response.rbi +1 -1
- data/lib/authlete/models/components/g_m_response_action.rbi +1 -1
- data/lib/authlete/models/components/grant.rb +2 -2
- data/lib/authlete/models/components/grant.rbi +1 -1
- data/lib/authlete/models/components/grant_management_action.rb +2 -2
- data/lib/authlete/models/components/grant_management_action.rbi +1 -1
- data/lib/authlete/models/components/grant_scope.rb +2 -2
- data/lib/authlete/models/components/grant_scope.rbi +1 -1
- data/lib/authlete/models/components/grant_type.rb +1 -1
- data/lib/authlete/models/components/grant_type.rbi +1 -1
- data/lib/authlete/models/components/hsk.rb +8 -8
- data/lib/authlete/models/components/hsk.rbi +1 -1
- data/lib/authlete/models/components/hsk_create_request.rb +6 -6
- data/lib/authlete/models/components/hsk_create_request.rbi +1 -1
- data/lib/authlete/models/components/hsk_create_response.rb +2 -2
- data/lib/authlete/models/components/hsk_create_response.rbi +1 -1
- data/lib/authlete/models/components/hsk_create_response_action.rbi +1 -1
- data/lib/authlete/models/components/hsk_delete_response.rb +2 -2
- data/lib/authlete/models/components/hsk_delete_response.rbi +1 -1
- data/lib/authlete/models/components/hsk_delete_response_action.rbi +1 -1
- data/lib/authlete/models/components/hsk_get_list_response.rb +1 -1
- data/lib/authlete/models/components/hsk_get_list_response.rbi +1 -1
- data/lib/authlete/models/components/hsk_get_list_response_action.rbi +1 -1
- data/lib/authlete/models/components/hsk_get_response.rb +2 -2
- data/lib/authlete/models/components/hsk_get_response.rbi +1 -1
- data/lib/authlete/models/components/hsk_get_response_action.rbi +1 -1
- data/lib/authlete/models/components/idtoken_reissue_request.rb +7 -7
- data/lib/authlete/models/components/idtoken_reissue_request.rbi +1 -1
- data/lib/authlete/models/components/idtoken_reissue_response.rb +3 -3
- data/lib/authlete/models/components/idtoken_reissue_response.rbi +1 -1
- data/lib/authlete/models/components/idtoken_reissue_response_action.rbi +1 -1
- data/lib/authlete/models/components/introspection_request.rb +24 -40
- data/lib/authlete/models/components/introspection_request.rbi +1 -1
- data/lib/authlete/models/components/introspection_response.rb +36 -45
- data/lib/authlete/models/components/introspection_response.rbi +1 -1
- data/lib/authlete/models/components/introspection_response_action.rbi +1 -1
- data/lib/authlete/models/components/jose_verify_request.rb +5 -5
- data/lib/authlete/models/components/jose_verify_request.rbi +1 -1
- data/lib/authlete/models/components/jose_verify_response.rb +5 -5
- data/lib/authlete/models/components/jose_verify_response.rbi +1 -1
- data/lib/authlete/models/components/jwe_alg.rb +2 -2
- data/lib/authlete/models/components/jwe_alg.rbi +1 -1
- data/lib/authlete/models/components/jwe_enc.rb +1 -1
- data/lib/authlete/models/components/jwe_enc.rbi +1 -1
- data/lib/authlete/models/components/jws_alg.rb +2 -2
- data/lib/authlete/models/components/jws_alg.rbi +1 -1
- data/lib/authlete/models/components/named_uri.rbi +1 -1
- data/lib/authlete/models/components/native_sso_logout_request.rb +1 -1
- data/lib/authlete/models/components/native_sso_logout_request.rbi +1 -1
- data/lib/authlete/models/components/native_sso_logout_response.rb +3 -3
- data/lib/authlete/models/components/native_sso_logout_response.rbi +1 -1
- data/lib/authlete/models/components/native_sso_logout_response_action.rb +1 -1
- data/lib/authlete/models/components/native_sso_logout_response_action.rbi +1 -1
- data/lib/authlete/models/components/native_sso_request.rb +8 -24
- data/lib/authlete/models/components/native_sso_request.rbi +1 -1
- data/lib/authlete/models/components/native_sso_response.rb +4 -4
- data/lib/authlete/models/components/native_sso_response.rbi +1 -1
- data/lib/authlete/models/components/native_sso_response_action.rb +1 -1
- data/lib/authlete/models/components/native_sso_response_action.rbi +1 -1
- data/lib/authlete/models/components/pair.rbi +1 -1
- data/lib/authlete/models/components/prompt.rb +3 -3
- data/lib/authlete/models/components/prompt.rbi +1 -1
- data/lib/authlete/models/components/property.rb +1 -1
- data/lib/authlete/models/components/property.rbi +1 -1
- data/lib/authlete/models/components/pushed_authorization_request.rb +11 -11
- data/lib/authlete/models/components/pushed_authorization_request.rbi +1 -1
- data/lib/authlete/models/components/pushed_authorization_response.rb +6 -6
- data/lib/authlete/models/components/pushed_authorization_response.rbi +1 -1
- data/lib/authlete/models/components/pushed_authorization_response_action.rbi +1 -1
- data/lib/authlete/models/components/pushed_authorization_response_clientauthmethod.rb +1 -1
- data/lib/authlete/models/components/pushed_authorization_response_clientauthmethod.rbi +1 -1
- data/lib/authlete/models/components/response_type.rbi +1 -1
- data/lib/authlete/models/components/responsemode.rbi +1 -1
- data/lib/authlete/models/components/revocation_request.rb +10 -10
- data/lib/authlete/models/components/revocation_request.rbi +1 -1
- data/lib/authlete/models/components/revocation_response.rb +2 -2
- data/lib/authlete/models/components/revocation_response.rbi +1 -1
- data/lib/authlete/models/components/revocation_response_action.rbi +1 -1
- data/lib/authlete/models/components/scope.rbi +1 -1
- data/lib/authlete/models/components/security.rbi +1 -1
- data/lib/authlete/models/components/service.rb +248 -599
- data/lib/authlete/models/components/service.rbi +1 -1
- data/lib/authlete/models/components/service_get_list_response.rb +4 -4
- data/lib/authlete/models/components/service_get_list_response.rbi +1 -1
- data/lib/authlete/models/components/service_input.rb +242 -593
- data/lib/authlete/models/components/service_input.rbi +1 -1
- data/lib/authlete/models/components/service_jwks_get_response.rbi +1 -1
- data/lib/authlete/models/components/service_profile.rbi +1 -1
- data/lib/authlete/models/components/sns_credentials.rbi +1 -1
- data/lib/authlete/models/components/standard_introspection_request.rb +22 -22
- data/lib/authlete/models/components/standard_introspection_request.rbi +1 -1
- data/lib/authlete/models/components/standard_introspection_response.rb +2 -2
- data/lib/authlete/models/components/standard_introspection_response.rbi +1 -1
- data/lib/authlete/models/components/standard_introspection_response_action.rbi +1 -1
- data/lib/authlete/models/components/subject_type.rb +2 -2
- data/lib/authlete/models/components/subject_type.rbi +1 -1
- data/lib/authlete/models/components/supportedsnse.rbi +1 -1
- data/lib/authlete/models/components/tagged_value.rbi +1 -1
- data/lib/authlete/models/components/token_create_request.rb +27 -59
- data/lib/authlete/models/components/token_create_request.rbi +1 -1
- data/lib/authlete/models/components/token_create_response.rb +18 -18
- data/lib/authlete/models/components/token_create_response.rbi +1 -1
- data/lib/authlete/models/components/token_create_response_action.rbi +1 -1
- data/lib/authlete/models/components/token_fail_request.rb +3 -3
- data/lib/authlete/models/components/token_fail_request.rbi +1 -1
- data/lib/authlete/models/components/token_fail_request_reason.rb +1 -1
- data/lib/authlete/models/components/token_fail_request_reason.rbi +1 -1
- data/lib/authlete/models/components/token_fail_response.rb +2 -2
- data/lib/authlete/models/components/token_fail_response.rbi +1 -1
- data/lib/authlete/models/components/token_fail_response_action.rbi +1 -1
- data/lib/authlete/models/components/token_get_list_response.rb +5 -5
- data/lib/authlete/models/components/token_get_list_response.rbi +1 -1
- data/lib/authlete/models/components/token_info.rb +6 -6
- data/lib/authlete/models/components/token_info.rbi +1 -1
- data/lib/authlete/models/components/token_issue_request.rb +9 -9
- data/lib/authlete/models/components/token_issue_request.rbi +1 -1
- data/lib/authlete/models/components/token_issue_response.rb +21 -21
- data/lib/authlete/models/components/token_issue_response.rbi +1 -1
- data/lib/authlete/models/components/token_issue_response_action.rbi +1 -1
- data/lib/authlete/models/components/token_request.rb +27 -27
- data/lib/authlete/models/components/token_request.rbi +1 -1
- data/lib/authlete/models/components/token_response.rb +49 -61
- data/lib/authlete/models/components/token_response.rbi +1 -1
- data/lib/authlete/models/components/token_response_action.rbi +1 -1
- data/lib/authlete/models/components/token_revoke_request.rb +7 -7
- data/lib/authlete/models/components/token_revoke_request.rbi +1 -1
- data/lib/authlete/models/components/token_revoke_response.rbi +1 -1
- data/lib/authlete/models/components/token_type.rb +1 -1
- data/lib/authlete/models/components/token_type.rbi +1 -1
- data/lib/authlete/models/components/token_update_request.rb +16 -16
- data/lib/authlete/models/components/token_update_request.rbi +1 -1
- data/lib/authlete/models/components/token_update_response.rb +9 -9
- data/lib/authlete/models/components/token_update_response.rbi +1 -1
- data/lib/authlete/models/components/token_update_response_action.rbi +1 -1
- data/lib/authlete/models/components/trust_anchor.rb +2 -2
- data/lib/authlete/models/components/trust_anchor.rbi +1 -1
- data/lib/authlete/models/components/user_code_charset.rb +1 -1
- data/lib/authlete/models/components/user_code_charset.rbi +1 -1
- data/lib/authlete/models/components/userinfo_issue_request.rb +7 -67
- data/lib/authlete/models/components/userinfo_issue_request.rbi +1 -1
- data/lib/authlete/models/components/userinfo_issue_response.rb +5 -5
- data/lib/authlete/models/components/userinfo_issue_response.rbi +1 -1
- data/lib/authlete/models/components/userinfo_issue_response_action.rbi +1 -1
- data/lib/authlete/models/components/userinfo_request.rb +15 -40
- data/lib/authlete/models/components/userinfo_request.rbi +1 -1
- data/lib/authlete/models/components/userinfo_response.rb +46 -89
- data/lib/authlete/models/components/userinfo_response.rbi +1 -1
- data/lib/authlete/models/components/userinfo_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_batch_issue_request.rbi +1 -1
- data/lib/authlete/models/components/vci_batch_issue_response.rb +3 -3
- data/lib/authlete/models/components/vci_batch_issue_response.rbi +1 -1
- data/lib/authlete/models/components/vci_batch_issue_response_action.rb +1 -1
- data/lib/authlete/models/components/vci_batch_issue_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_batch_parse_request.rbi +1 -1
- data/lib/authlete/models/components/vci_batch_parse_response.rb +2 -2
- data/lib/authlete/models/components/vci_batch_parse_response.rbi +1 -1
- data/lib/authlete/models/components/vci_batch_parse_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_deferred_issue_request.rbi +1 -1
- data/lib/authlete/models/components/vci_deferred_issue_response.rb +3 -3
- data/lib/authlete/models/components/vci_deferred_issue_response.rbi +1 -1
- data/lib/authlete/models/components/vci_deferred_issue_response_action.rb +1 -1
- data/lib/authlete/models/components/vci_deferred_issue_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_deferred_parse_request.rbi +1 -1
- data/lib/authlete/models/components/vci_deferred_parse_response.rb +1 -1
- data/lib/authlete/models/components/vci_deferred_parse_response.rbi +1 -1
- data/lib/authlete/models/components/vci_deferred_parse_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_jwks_request.rb +1 -1
- data/lib/authlete/models/components/vci_jwks_request.rbi +1 -1
- data/lib/authlete/models/components/vci_jwks_response.rb +3 -3
- data/lib/authlete/models/components/vci_jwks_response.rbi +1 -1
- data/lib/authlete/models/components/vci_jwks_response_action.rb +1 -1
- data/lib/authlete/models/components/vci_jwks_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_jwtissuer_request.rb +1 -1
- data/lib/authlete/models/components/vci_jwtissuer_request.rbi +1 -1
- data/lib/authlete/models/components/vci_jwtissuer_response.rb +3 -3
- data/lib/authlete/models/components/vci_jwtissuer_response.rbi +1 -1
- data/lib/authlete/models/components/vci_jwtissuer_response_action.rb +1 -1
- data/lib/authlete/models/components/vci_jwtissuer_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_metadata_request.rb +1 -1
- data/lib/authlete/models/components/vci_metadata_request.rbi +1 -1
- data/lib/authlete/models/components/vci_metadata_response.rb +3 -3
- data/lib/authlete/models/components/vci_metadata_response.rbi +1 -1
- data/lib/authlete/models/components/vci_metadata_response_action.rb +1 -1
- data/lib/authlete/models/components/vci_metadata_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_offer_create_request.rb +10 -79
- data/lib/authlete/models/components/vci_offer_create_request.rbi +1 -1
- data/lib/authlete/models/components/vci_offer_create_response.rb +1 -1
- data/lib/authlete/models/components/vci_offer_create_response.rbi +1 -1
- data/lib/authlete/models/components/vci_offer_create_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_offer_info_request.rbi +1 -1
- data/lib/authlete/models/components/vci_offer_info_response.rb +1 -1
- data/lib/authlete/models/components/vci_offer_info_response.rbi +1 -1
- data/lib/authlete/models/components/vci_offer_info_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_single_issue_request.rbi +1 -1
- data/lib/authlete/models/components/vci_single_issue_response.rb +4 -4
- data/lib/authlete/models/components/vci_single_issue_response.rbi +1 -1
- data/lib/authlete/models/components/vci_single_issue_response_action.rb +1 -1
- data/lib/authlete/models/components/vci_single_issue_response_action.rbi +1 -1
- data/lib/authlete/models/components/vci_single_parse_request.rbi +1 -1
- data/lib/authlete/models/components/vci_single_parse_response.rb +1 -1
- data/lib/authlete/models/components/vci_single_parse_response.rbi +1 -1
- data/lib/authlete/models/components/vci_single_parse_response_action.rbi +1 -1
- data/lib/authlete/models/components/verified_claims_validation_schema.rb +1 -1
- data/lib/authlete/models/components/verified_claims_validation_schema.rbi +1 -1
- data/lib/authlete/models/components.rb +0 -5
- data/lib/authlete/models/errors/apierror.rbi +2 -1
- data/lib/authlete/models/errors/result_error.rbi +1 -1
- data/lib/authlete/models/operations/auth_authorization_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_authorization_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_authorization_fail_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_authorization_fail_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_authorization_issue_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_authorization_issue_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_introspection_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_introspection_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_introspection_standard_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_introspection_standard_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_revocation_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_revocation_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_create_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_create_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_delete_api_request.rb +1 -1
- data/lib/authlete/models/operations/auth_token_delete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_delete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_fail_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_fail_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_get_list_api_request.rb +3 -3
- data/lib/authlete/models/operations/auth_token_get_list_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_get_list_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_issue_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_issue_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_revoke_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_revoke_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_update_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_token_update_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_userinfo_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_userinfo_api_response.rbi +1 -1
- data/lib/authlete/models/operations/auth_userinfo_issue_api_request.rbi +1 -1
- data/lib/authlete/models/operations/auth_userinfo_issue_api_response.rbi +1 -1
- data/lib/authlete/models/operations/authorization_ticket_info_post_api_request.rbi +1 -1
- data/lib/authlete/models/operations/authorization_ticket_info_post_api_response.rbi +1 -1
- data/lib/authlete/models/operations/backchannel_authentication_api_request.rbi +1 -1
- data/lib/authlete/models/operations/backchannel_authentication_api_response.rbi +1 -1
- data/lib/authlete/models/operations/backchannel_authentication_complete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/backchannel_authentication_complete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/backchannel_authentication_fail_api_request.rbi +1 -1
- data/lib/authlete/models/operations/backchannel_authentication_fail_api_response.rbi +1 -1
- data/lib/authlete/models/operations/backchannel_authentication_issue_api_request.rbi +1 -1
- data/lib/authlete/models/operations/backchannel_authentication_issue_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_delete_api_post_request.rb +1 -1
- data/lib/authlete/models/operations/client_authorization_delete_api_post_request.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_delete_api_post_requestbody.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_delete_api_post_response.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_delete_api_request.rb +2 -2
- data/lib/authlete/models/operations/client_authorization_delete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_delete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_delete_by_subject_api_request.rb +2 -2
- data/lib/authlete/models/operations/client_authorization_delete_by_subject_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_delete_by_subject_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_get_list_api_post_request.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_get_list_api_post_response.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_get_list_api_request.rb +3 -3
- data/lib/authlete/models/operations/client_authorization_get_list_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_get_list_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_get_list_by_subject_api_request.rb +3 -3
- data/lib/authlete/models/operations/client_authorization_get_list_by_subject_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_get_list_by_subject_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_update_api_request.rb +1 -1
- data/lib/authlete/models/operations/client_authorization_update_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_authorization_update_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_create_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_create_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_delete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_delete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_delete_api_request.rb +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_delete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_delete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_get_api_request.rb +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_get_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_get_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_update_api_post_request.rb +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_update_api_post_request.rbi +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_update_api_post_response.rbi +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_update_api_request.rb +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_update_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_extension_requestables_scopes_update_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_flag_update_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_flag_update_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_get_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_get_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_get_list_api_request.rb +1 -1
- data/lib/authlete/models/operations/client_get_list_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_get_list_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_delete_api_request.rb +2 -2
- data/lib/authlete/models/operations/client_granted_scopes_delete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_delete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_delete_by_subject_api_request.rb +2 -2
- data/lib/authlete/models/operations/client_granted_scopes_delete_by_subject_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_delete_by_subject_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_get_api_post_request.rb +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_get_api_post_request.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_get_api_post_requestbody.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_get_api_post_response.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_get_api_request.rb +2 -2
- data/lib/authlete/models/operations/client_granted_scopes_get_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_get_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_get_by_subject_api_request.rb +2 -2
- data/lib/authlete/models/operations/client_granted_scopes_get_by_subject_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_granted_scopes_get_by_subject_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_api_requestbody.rb +3 -3
- data/lib/authlete/models/operations/client_registration_api_requestbody.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_delete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_delete_api_requestbody.rb +3 -3
- data/lib/authlete/models/operations/client_registration_delete_api_requestbody.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_delete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_get_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_get_api_requestbody.rb +3 -3
- data/lib/authlete/models/operations/client_registration_get_api_requestbody.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_get_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_update_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_update_api_requestbody.rb +3 -3
- data/lib/authlete/models/operations/client_registration_update_api_requestbody.rbi +1 -1
- data/lib/authlete/models/operations/client_registration_update_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_secret_refresh_api_request.rb +1 -1
- data/lib/authlete/models/operations/client_secret_refresh_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_secret_refresh_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_secret_update_api_request.rb +1 -1
- data/lib/authlete/models/operations/client_secret_update_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_secret_update_api_response.rbi +1 -1
- data/lib/authlete/models/operations/client_update_api_form_request.rbi +1 -1
- data/lib/authlete/models/operations/client_update_api_form_response.rbi +1 -1
- data/lib/authlete/models/operations/client_update_api_request.rbi +1 -1
- data/lib/authlete/models/operations/client_update_api_response.rbi +1 -1
- data/lib/authlete/models/operations/device_authorization_api_request.rbi +1 -1
- data/lib/authlete/models/operations/device_authorization_api_response.rbi +1 -1
- data/lib/authlete/models/operations/device_complete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/device_complete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/device_verification_api_request.rbi +1 -1
- data/lib/authlete/models/operations/device_verification_api_response.rbi +1 -1
- data/lib/authlete/models/operations/federation_configuration_api_request.rbi +1 -1
- data/lib/authlete/models/operations/federation_configuration_api_requestbody.rbi +1 -1
- data/lib/authlete/models/operations/federation_configuration_api_response.rbi +1 -1
- data/lib/authlete/models/operations/federation_registration_api_request.rbi +1 -1
- data/lib/authlete/models/operations/federation_registration_api_response.rbi +1 -1
- data/lib/authlete/models/operations/get_api_lifecycle_healthcheck_request.rb +1 -1
- data/lib/authlete/models/operations/get_api_lifecycle_healthcheck_request.rbi +1 -1
- data/lib/authlete/models/operations/get_api_lifecycle_healthcheck_response.rbi +1 -1
- data/lib/authlete/models/operations/grant_m_api_request.rbi +1 -1
- data/lib/authlete/models/operations/grant_m_api_response.rbi +1 -1
- data/lib/authlete/models/operations/hsk_create_api_request.rbi +1 -1
- data/lib/authlete/models/operations/hsk_create_api_response.rbi +1 -1
- data/lib/authlete/models/operations/hsk_delete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/hsk_delete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/hsk_get_api_request.rbi +1 -1
- data/lib/authlete/models/operations/hsk_get_api_response.rbi +1 -1
- data/lib/authlete/models/operations/hsk_get_list_api_request.rbi +1 -1
- data/lib/authlete/models/operations/hsk_get_list_api_response.rbi +1 -1
- data/lib/authlete/models/operations/idtoken_reissue_api_request.rbi +1 -1
- data/lib/authlete/models/operations/idtoken_reissue_api_response.rbi +1 -1
- data/lib/authlete/models/operations/jose_verify_api_request.rbi +1 -1
- data/lib/authlete/models/operations/jose_verify_api_response.rbi +1 -1
- data/lib/authlete/models/operations/native_sso_api_request.rbi +1 -1
- data/lib/authlete/models/operations/native_sso_api_response.rbi +1 -1
- data/lib/authlete/models/operations/native_sso_logout_api_request.rbi +1 -1
- data/lib/authlete/models/operations/native_sso_logout_api_response.rbi +1 -1
- data/lib/authlete/models/operations/pushed_auth_req_api_request.rbi +1 -1
- data/lib/authlete/models/operations/pushed_auth_req_api_response.rbi +1 -1
- data/lib/authlete/models/operations/service_configuration_api_request.rbi +1 -1
- data/lib/authlete/models/operations/service_configuration_api_response.rbi +1 -1
- data/lib/authlete/models/operations/service_create_api_response.rbi +1 -1
- data/lib/authlete/models/operations/service_delete_api_request.rbi +1 -1
- data/lib/authlete/models/operations/service_delete_api_response.rbi +1 -1
- data/lib/authlete/models/operations/service_get_api_request.rbi +1 -1
- data/lib/authlete/models/operations/service_get_api_response.rbi +1 -1
- data/lib/authlete/models/operations/service_get_list_api_request.rbi +1 -1
- data/lib/authlete/models/operations/service_get_list_api_response.rbi +1 -1
- data/lib/authlete/models/operations/service_jwks_get_api_request.rbi +1 -1
- data/lib/authlete/models/operations/service_jwks_get_api_response.rbi +1 -1
- data/lib/authlete/models/operations/service_update_api_request.rbi +1 -1
- data/lib/authlete/models/operations/service_update_api_response.rbi +1 -1
- data/lib/authlete/models/operations/updateauthorizationticket_request.rbi +1 -1
- data/lib/authlete/models/operations/updateauthorizationticket_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_batch_issue_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_batch_issue_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_batch_parse_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_batch_parse_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_deferred_issue_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_deferred_issue_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_deferred_parse_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_deferred_parse_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_jwks_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_jwks_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_jwtissuer_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_jwtissuer_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_metadata_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_metadata_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_offer_create_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_offer_create_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_offer_info_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_offer_info_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_single_issue_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_single_issue_api_response.rbi +1 -1
- data/lib/authlete/models/operations/vci_single_parse_api_request.rbi +1 -1
- data/lib/authlete/models/operations/vci_single_parse_api_response.rbi +1 -1
- data/lib/authlete/models/operations.rb +0 -4
- data/lib/authlete/native_sso.rb +17 -69
- data/lib/authlete/pushed_authorization.rb +10 -5
- data/lib/authlete/revocation.rb +10 -98
- data/lib/authlete/sdkconfiguration.rb +5 -6
- data/lib/authlete/services.rb +47 -27
- data/lib/authlete/token_management.rb +43 -23
- data/lib/authlete/tokens.rb +24 -454
- data/lib/authlete/userinfo.rb +17 -224
- data/lib/authlete/utils/request_bodies.rb +8 -3
- data/lib/authlete/utils/security.rb +32 -11
- data/lib/authlete/utils/url.rb +11 -5
- data/lib/authlete/utils/utils.rb +33 -3
- data/lib/authlete/verifiable_credentials.rb +69 -34
- data/lib/authlete_ruby_sdk.rb +0 -1
- data/lib/crystalline/metadata_fields.rb +66 -9
- data/lib/crystalline/module.rb +3 -3
- data/lib/crystalline/types.rb +11 -3
- metadata +18 -23
- data/lib/authlete/models/components/batchkind.rb +0 -18
- data/lib/authlete/models/components/batchkind.rbi +0 -11
- data/lib/authlete/models/components/token_batch_status.rb +0 -61
- data/lib/authlete/models/components/token_batch_status.rbi +0 -27
- data/lib/authlete/models/components/token_batch_status_result.rb +0 -19
- data/lib/authlete/models/components/token_batch_status_result.rbi +0 -11
- data/lib/authlete/models/components/token_create_batch_response.rb +0 -41
- data/lib/authlete/models/components/token_create_batch_response.rbi +0 -17
- data/lib/authlete/models/components/token_create_batch_status_response.rb +0 -42
- data/lib/authlete/models/components/token_create_batch_status_response.rbi +0 -17
- data/lib/authlete/models/operations/auth_token_create_batch_api_request.rb +0 -41
- data/lib/authlete/models/operations/auth_token_create_batch_api_request.rbi +0 -17
- data/lib/authlete/models/operations/auth_token_create_batch_api_response.rb +0 -44
- data/lib/authlete/models/operations/auth_token_create_batch_api_response.rbi +0 -19
- data/lib/authlete/models/operations/auth_token_create_batch_status_api_request.rb +0 -37
- data/lib/authlete/models/operations/auth_token_create_batch_status_api_request.rbi +0 -15
- data/lib/authlete/models/operations/auth_token_create_batch_status_api_response.rb +0 -44
- data/lib/authlete/models/operations/auth_token_create_batch_status_api_response.rbi +0 -19
- data/lib/authlete/token_operations.rb +0 -344
|
@@ -13,97 +13,87 @@ module Authlete
|
|
|
13
13
|
include Crystalline::MetadataFields
|
|
14
14
|
|
|
15
15
|
# The sequential number of the client. The value of this property is assigned by Authlete.
|
|
16
|
-
#
|
|
16
|
+
#
|
|
17
17
|
field :number, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('number') } }
|
|
18
18
|
# The sequential number of the service of the client application. The value of this property is
|
|
19
19
|
# assigned by Authlete.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
field :service_number, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('serviceNumber') } }
|
|
22
22
|
# The name of the client application. This property corresponds to `client_name` in
|
|
23
23
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
24
|
-
#
|
|
24
|
+
#
|
|
25
25
|
field :client_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientName') } }
|
|
26
26
|
# Client names with language tags. If the client application has different names for different
|
|
27
27
|
# languages, this property can be used to register the names.
|
|
28
|
-
#
|
|
28
|
+
#
|
|
29
29
|
field :client_names, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::TaggedValue)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientNames') } }
|
|
30
30
|
# The description about the client application.
|
|
31
31
|
field :description, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('description') } }
|
|
32
32
|
# Descriptions about the client application with language tags. If the client application has different
|
|
33
33
|
# descriptions for different languages, this property can be used to register the descriptions.
|
|
34
|
-
#
|
|
34
|
+
#
|
|
35
35
|
field :descriptions, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::TaggedValue)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('descriptions') } }
|
|
36
36
|
# The client identifier used in Authlete API calls. The value of this property is assigned by Authlete.
|
|
37
37
|
field :client_id, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientId') } }
|
|
38
38
|
# The client secret. A random 512-bit value encoded by base64url (86 letters). The value of this
|
|
39
39
|
# property is assigned by Authlete.
|
|
40
|
-
#
|
|
41
|
-
# Note that Authlete issues a client secret even to a "public" client application, but the client
|
|
42
|
-
# application should not use the client secret unless it changes its client type to "confidential".
|
|
43
|
-
# That is, a public client application should behave as if it had not been issued a client secret.
|
|
44
|
-
# To be specific, a token request from a public client of Authlete should not come along with a
|
|
45
|
-
# client secret although [RFC 6749, 3.2.1. Client Authentication](https://datatracker.ietf.org/doc/html/rfc6749#section-3.2.1)
|
|
46
|
-
# says as follows.
|
|
47
|
-
#
|
|
48
|
-
# > Confidential clients or other clients issued client credentials MUST authenticate with the
|
|
49
|
-
# authorization server as described in Section 2.3 when making requests to the token endpoint.
|
|
50
|
-
#
|
|
40
|
+
#
|
|
51
41
|
field :client_secret, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientSecret') } }
|
|
52
42
|
# The value of the client's `client_id` property used in OAuth and OpenID Connect calls. By
|
|
53
43
|
# default, this is a string version of the `clientId` property.
|
|
54
|
-
#
|
|
44
|
+
#
|
|
55
45
|
field :client_id_alias, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientIdAlias') } }
|
|
56
46
|
# Deprecated. Always set to `true`.
|
|
57
47
|
field :client_id_alias_enabled, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientIdAliasEnabled') } }
|
|
58
48
|
# The client type, either `CONFIDENTIAL` or `PUBLIC`. See [RFC 6749, 2.1. Client Types](https://datatracker.ietf.org/doc/html/rfc6749#section-2.1)
|
|
59
49
|
# for details.
|
|
60
|
-
#
|
|
61
|
-
field :client_type, Crystalline::Nilable.new(Models::Components::ClientType), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientType'), 'decoder': Utils.enum_from_string(Models::Components::ClientType, true) } }
|
|
50
|
+
#
|
|
51
|
+
field :client_type, Crystalline::Nilable.new(Models::Components::ClientType), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientType'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::ClientType, true) } }
|
|
62
52
|
# The application type. The value of this property affects the validation steps for a redirect URI.
|
|
63
53
|
# See the description about `redirectUris` property for more details.
|
|
64
|
-
#
|
|
65
|
-
field :application_type, Crystalline::Nilable.new(Models::Components::ApplicationType), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('applicationType'), 'decoder': Utils.enum_from_string(Models::Components::ApplicationType, true) } }
|
|
54
|
+
#
|
|
55
|
+
field :application_type, Crystalline::Nilable.new(Models::Components::ApplicationType), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('applicationType'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::ApplicationType, true) } }
|
|
66
56
|
# The URL pointing to the logo image of the client application.
|
|
67
|
-
#
|
|
57
|
+
#
|
|
68
58
|
# This property corresponds to `logo_uri` in [OpenID Connect Dynamic Client Registration 1.0, 2.
|
|
69
59
|
# Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
70
|
-
#
|
|
60
|
+
#
|
|
71
61
|
field :logo_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('logoUri') } }
|
|
72
62
|
# Logo image URLs with language tags. If the client application has different logo images for
|
|
73
63
|
# different languages, this property can be used to register URLs of the images.
|
|
74
|
-
#
|
|
64
|
+
#
|
|
75
65
|
field :logo_uris, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::TaggedValue)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('logoUris') } }
|
|
76
66
|
# An array of email addresses of people responsible for the client application.
|
|
77
|
-
#
|
|
67
|
+
#
|
|
78
68
|
# This property corresponds to contacts in [OpenID Connect Dynamic Client Registration 1.0, 2. Client
|
|
79
69
|
# Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
80
|
-
#
|
|
70
|
+
#
|
|
81
71
|
field :contacts, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('contacts') } }
|
|
82
72
|
# The flag to indicate whether this client use TLS client certificate bound access tokens.
|
|
83
|
-
#
|
|
73
|
+
#
|
|
84
74
|
field :tls_client_certificate_bound_access_tokens, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tlsClientCertificateBoundAccessTokens') } }
|
|
85
75
|
# The flag to indicate whether this client has been registered dynamically.
|
|
86
76
|
# For more details, see [RFC 7591](https://datatracker.ietf.org/doc/html/rfc7591).
|
|
87
|
-
#
|
|
77
|
+
#
|
|
88
78
|
field :dynamically_registered, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('dynamicallyRegistered') } }
|
|
89
79
|
# The unique identifier string assigned by the client developer or software publisher used by
|
|
90
80
|
# registration endpoints to identify the client software to be dynamically registered.
|
|
91
|
-
#
|
|
81
|
+
#
|
|
92
82
|
# This property corresponds to the `software_id metadata` defined in [2. Client Metadata](https://datatracker.ietf.org/doc/html/rfc7591#section-2)
|
|
93
83
|
# of [RFC 7591](https://datatracker.ietf.org/doc/html/rfc7591).
|
|
94
|
-
#
|
|
84
|
+
#
|
|
95
85
|
field :software_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('softwareId') } }
|
|
96
86
|
# The unique identifier of the developer who created this client application.
|
|
97
|
-
#
|
|
87
|
+
#
|
|
98
88
|
field :developer, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('developer') } }
|
|
99
89
|
# The version identifier string for the client software identified by the software ID.
|
|
100
|
-
#
|
|
90
|
+
#
|
|
101
91
|
# This property corresponds to the software_version metadata defined in [2. Client Metadata](https://datatracker.ietf.org/doc/html/rfc7591#section-2)
|
|
102
92
|
# of [RFC 7591](https://datatracker.ietf.org/doc/html/rfc7591).
|
|
103
|
-
#
|
|
93
|
+
#
|
|
104
94
|
field :software_version, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('softwareVersion') } }
|
|
105
95
|
# The hash of the registration access token for this client.
|
|
106
|
-
#
|
|
96
|
+
#
|
|
107
97
|
field :registration_access_token_hash, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('registrationAccessTokenHash') } }
|
|
108
98
|
# The time at which this client was created. The value is represented as milliseconds since the UNIX epoch (1970-01-01).
|
|
109
99
|
field :created_at, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('createdAt') } }
|
|
@@ -112,591 +102,452 @@ module Authlete
|
|
|
112
102
|
# A string array of grant types which the client application declares that it will restrict itself to using.
|
|
113
103
|
# This property corresponds to `grant_types` in [OpenID Connect Dynamic Client Registration 1.0,
|
|
114
104
|
# 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
115
|
-
#
|
|
105
|
+
#
|
|
116
106
|
field :grant_types, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::GrantType)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('grantTypes') } }
|
|
117
107
|
# A string array of response types which the client application declares that it will restrict itself to using.
|
|
118
108
|
# This property corresponds to `response_types` in [OpenID Connect Dynamic Client Registration 1.0,
|
|
119
109
|
# 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
120
|
-
#
|
|
110
|
+
#
|
|
121
111
|
field :response_types, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::ResponseType)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('responseTypes') } }
|
|
122
112
|
# Redirect URIs that the client application uses to receive a response from the authorization endpoint.
|
|
123
113
|
# Requirements for a redirect URI are as follows.
|
|
124
|
-
#
|
|
125
|
-
# **Requirements by RFC 6749** (From [RFC 6749, 3.1.2. Redirection Endpoint](https://datatracker.ietf.org/doc/html/rfc6749#section-3.1.2))
|
|
126
|
-
#
|
|
127
|
-
# - Must be an absolute URI.
|
|
128
|
-
# - Must not have a fragment component.
|
|
129
|
-
#
|
|
130
|
-
# **Requirements by OpenID Connect** (From "[OpenID Connect Dynamic Client Registration 1.0, 2.
|
|
131
|
-
# Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata),
|
|
132
|
-
# application_type")
|
|
133
|
-
#
|
|
134
|
-
# - The scheme of the redirect URI used for Implicit Grant by a client application whose application
|
|
135
|
-
# is `web` must be `https`. This is checked at runtime by Authlete.
|
|
136
|
-
# - The hostname of the redirect URI used for Implicit Grant by a client application whose application
|
|
137
|
-
# type is `web` must not be `localhost`. This is checked at runtime by Authlete.
|
|
138
|
-
# - The scheme of the redirect URI used by a client application whose application type is `native`
|
|
139
|
-
# must be either (1) a custom scheme or (2) `http`, which is allowed only when the hostname part
|
|
140
|
-
# is `localhost`. This is checked at runtime by Authlete.
|
|
141
|
-
#
|
|
142
|
-
# **Requirements by Authlete**
|
|
143
|
-
#
|
|
144
|
-
# - Must consist of printable ASCII letters only.
|
|
145
|
-
# - Must not exceed 200 letters.
|
|
146
|
-
#
|
|
147
|
-
# Note that Authlete allows the application type to be `null`. In other words, a client application
|
|
148
|
-
# does not have to choose `web` or `native` as its application type.
|
|
149
|
-
# If the application type is `null`, the requirements by OpenID Connect are not checked at runtime.
|
|
150
|
-
#
|
|
151
|
-
# An authorization request from a client application which has not registered any redirect URI
|
|
152
|
-
# fails unless at least all the following conditions are satisfied.
|
|
153
|
-
#
|
|
154
|
-
# - The client type of the client application is `confidential`.
|
|
155
|
-
# - The value of `response_type` request parameter is `code`.
|
|
156
|
-
# - The authorization request has the `redirect_uri` request parameter.
|
|
157
|
-
# - The value of `scope` request parameter does not contain `openid`.
|
|
158
|
-
#
|
|
159
|
-
# RFC 6749 allows partial match of redirect URI under some conditions (see [RFC 6749, 3.1.2.2.
|
|
160
|
-
# Registration Requirements](https://datatracker.ietf.org/doc/html/rfc6749#section-3.1.2.2) for
|
|
161
|
-
# details), but OpenID Connect requires exact match.
|
|
162
|
-
#
|
|
114
|
+
#
|
|
163
115
|
field :redirect_uris, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('redirectUris') } }
|
|
164
116
|
# The client authentication method that the client application declares that it uses at the token
|
|
165
117
|
# endpoint. This property corresponds to `token_endpoint_auth_method` in [OpenID Connect Dynamic
|
|
166
118
|
# Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
167
|
-
#
|
|
168
|
-
field :token_auth_method, Crystalline::Nilable.new(Models::Components::ClientAuthMethod), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tokenAuthMethod'), 'decoder': Utils.enum_from_string(Models::Components::ClientAuthMethod, true) } }
|
|
119
|
+
#
|
|
120
|
+
field :token_auth_method, Crystalline::Nilable.new(Models::Components::ClientAuthMethod), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tokenAuthMethod'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::ClientAuthMethod, true) } }
|
|
169
121
|
# The key ID of a JWK containing a self-signed certificate of this client.
|
|
170
|
-
#
|
|
122
|
+
#
|
|
171
123
|
field :self_signed_certificate_key_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('selfSignedCertificateKeyId') } }
|
|
172
124
|
# The string representation of the expected subject distinguished name of the certificate this
|
|
173
125
|
# client will use in mutual TLS authentication.
|
|
174
|
-
#
|
|
126
|
+
#
|
|
175
127
|
# See `tls_client_auth_subject_dn` in "Mutual TLS Profiles for OAuth Clients, 2.3. Dynamic Client
|
|
176
128
|
# Registration" for details.
|
|
177
|
-
#
|
|
129
|
+
#
|
|
178
130
|
field :tls_client_auth_subject_dn, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tlsClientAuthSubjectDn') } }
|
|
179
131
|
# The string representation of the expected DNS subject alternative name of the certificate this
|
|
180
132
|
# client will use in mutual TLS authentication.
|
|
181
|
-
#
|
|
133
|
+
#
|
|
182
134
|
# See `tls_client_auth_san_dns` in "Mutual TLS Profiles for OAuth Clients, 2.3. Dynamic Client
|
|
183
135
|
# Registration" for details.
|
|
184
|
-
#
|
|
136
|
+
#
|
|
185
137
|
field :tls_client_auth_san_dns, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tlsClientAuthSanDns') } }
|
|
186
138
|
# The string representation of the expected URI subject alternative name of the certificate this
|
|
187
139
|
# client will use in mutual TLS authentication.
|
|
188
|
-
#
|
|
140
|
+
#
|
|
189
141
|
# See `tls_client_auth_san_uri` in "Mutual TLS Profiles for OAuth Clients, 2.3. Dynamic Client
|
|
190
142
|
# Registration" for details.
|
|
191
|
-
#
|
|
143
|
+
#
|
|
192
144
|
field :tls_client_auth_san_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tlsClientAuthSanUri') } }
|
|
193
145
|
# The string representation of the expected IP address subject alternative name of the certificate
|
|
194
146
|
# this client will use in mutual TLS authentication.
|
|
195
|
-
#
|
|
147
|
+
#
|
|
196
148
|
# See `tls_client_auth_san_ip` in "Mutual TLS Profiles for OAuth Clients, 2.3. Dynamic Client
|
|
197
149
|
# Registration" for details.
|
|
198
|
-
#
|
|
150
|
+
#
|
|
199
151
|
field :tls_client_auth_san_ip, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tlsClientAuthSanIp') } }
|
|
200
152
|
# The string representation of the expected email address subject alternative name of the certificate
|
|
201
153
|
# this client will use in mutual TLS authentication.
|
|
202
|
-
#
|
|
154
|
+
#
|
|
203
155
|
# See `tls_client_auth_san_email` in "Mutual TLS Profiles for OAuth Clients, 2.3. Dynamic Client
|
|
204
156
|
# Registration" for details.
|
|
205
|
-
#
|
|
157
|
+
#
|
|
206
158
|
field :tls_client_auth_san_email, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tlsClientAuthSanEmail') } }
|
|
207
159
|
# The flag to indicate whether this client is required to use the pushed authorization request endpoint.
|
|
208
160
|
# This property corresponds to the `require_pushed_authorization_requests` client metadata defined
|
|
209
161
|
# in "OAuth 2.0 Pushed Authorization Requests".
|
|
210
|
-
#
|
|
162
|
+
#
|
|
211
163
|
field :par_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('parRequired') } }
|
|
212
164
|
# The flag to indicate whether authorization requests from this client are always required to
|
|
213
165
|
# utilize a request object by using either `request` or `request_uri` request parameter.
|
|
214
|
-
#
|
|
166
|
+
#
|
|
215
167
|
# If this flag is set to `true` and the service's `traditionalRequestObjectProcessingApplied` is
|
|
216
168
|
# set to `false`, authorization requests from this client are processed as if `require_signed_request_object`
|
|
217
169
|
# client metadata of this client is `true`. The metadata is defined in "JAR (JWT Secured Authorization Request)".
|
|
218
|
-
#
|
|
170
|
+
#
|
|
219
171
|
field :request_object_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestObjectRequired') } }
|
|
220
172
|
# An array of URLs each of which points to a request object.
|
|
221
|
-
#
|
|
173
|
+
#
|
|
222
174
|
# Authlete requires that URLs used as values for `request_uri` request parameter be pre-registered.
|
|
223
175
|
# This property is used for the pre-registration.
|
|
224
176
|
# See [OpenID Connect Core 1.0, 6.2. Passing a Request Object by Reference](https://openid.net/specs/openid-connect-core-1_0.html#RequestUriParameter) for details.
|
|
225
|
-
#
|
|
177
|
+
#
|
|
226
178
|
field :request_uris, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestUris') } }
|
|
227
179
|
# The default maximum authentication age in seconds. This value is used when an authorization request from the client application does not have `max_age` request parameter.
|
|
228
|
-
#
|
|
180
|
+
#
|
|
229
181
|
# This property corresponds to `default_max_age` in
|
|
230
182
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
231
|
-
#
|
|
183
|
+
#
|
|
232
184
|
field :default_max_age, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('defaultMaxAge') } }
|
|
233
185
|
# The default ACRs (Authentication Context Class References). This value is used when an authorization
|
|
234
186
|
# request from the client application has neither `acr_values` request parameter nor `acr` claim
|
|
235
187
|
# in claims request parameter.
|
|
236
|
-
#
|
|
188
|
+
#
|
|
237
189
|
field :default_acrs, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('defaultAcrs') } }
|
|
238
190
|
# The flag to indicate whether this client requires `auth_time` claim to be embedded in the ID token.
|
|
239
|
-
#
|
|
191
|
+
#
|
|
240
192
|
# This property corresponds to `require_auth_time` in
|
|
241
193
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
242
|
-
#
|
|
194
|
+
#
|
|
243
195
|
field :auth_time_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('authTimeRequired') } }
|
|
244
196
|
# The subject type that the client application requests. Details about the subject type are described in
|
|
245
197
|
# [OpenID Connect Core 1.0, 8. Subjct Identifier Types](https://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes).
|
|
246
|
-
#
|
|
198
|
+
#
|
|
247
199
|
# This property corresponds to `subject_type` in
|
|
248
200
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
249
|
-
#
|
|
250
|
-
field :subject_type, Crystalline::Nilable.new(Models::Components::SubjectType), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('subjectType'), 'decoder': Utils.enum_from_string(Models::Components::SubjectType, true) } }
|
|
201
|
+
#
|
|
202
|
+
field :subject_type, Crystalline::Nilable.new(Models::Components::SubjectType), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('subjectType'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::SubjectType, true) } }
|
|
251
203
|
# The value of the sector identifier URI.
|
|
252
204
|
# This represents the `sector_identifier_uri` client metadata which is defined in
|
|
253
205
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata)
|
|
254
|
-
#
|
|
206
|
+
#
|
|
255
207
|
field :sector_identifier_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('sectorIdentifierUri') } }
|
|
256
208
|
# The sector identifier host component as derived from either the `sector_identifier_uri` or the
|
|
257
209
|
# registered redirect URI. If no `sector_identifier_uri` is registered and multiple redirect URIs
|
|
258
210
|
# are also registered, the value of this property is `null`.
|
|
259
|
-
#
|
|
211
|
+
#
|
|
260
212
|
field :derived_sector_identifier, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('derivedSectorIdentifier') } }
|
|
261
213
|
# The URL pointing to the JWK Set of the client application.
|
|
262
214
|
# The content pointed to by the URL is JSON which complies with the format described in
|
|
263
215
|
# [JSON Web Key (JWK), 5. JWK Set Format](https://datatracker.ietf.org/doc/html/rfc7517#section-5).
|
|
264
216
|
# The JWK Set must not include private keys of the client application.
|
|
265
|
-
#
|
|
266
|
-
# If the client application requests encryption for ID tokens (from the authorization/token/userinfo endpoints)
|
|
267
|
-
# and/or signs request objects, it must make available its JWK Set containing public keys for the
|
|
268
|
-
# encryption and/or the signature at the URL of `jwksUri`. The service (Authlete) fetches the JWK
|
|
269
|
-
# Set from the URL as necessary.
|
|
270
|
-
#
|
|
271
|
-
# [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html)
|
|
272
|
-
# says that `jwks` must not be used when the client can use `jwks_uri`, but Authlete allows both
|
|
273
|
-
# properties to be registered at the same time. However, Authlete does not use the content of `jwks`
|
|
274
|
-
# when `jwksUri` is registered.
|
|
275
|
-
#
|
|
276
|
-
# This property corresponds to `jwks_uri` in [OpenID Connect Dynamic Client Registration 1.0, 2.
|
|
277
|
-
# Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
278
|
-
#
|
|
217
|
+
#
|
|
279
218
|
field :jwks_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('jwksUri') } }
|
|
280
219
|
# The content of the JWK Set of the client application.
|
|
281
220
|
# The format is described in
|
|
282
221
|
# [JSON Web Key (JWK), 5. JWK Set Format](https://datatracker.ietf.org/doc/html/rfc7517#section-5).
|
|
283
222
|
# The JWK Set must not include private keys of the client application.
|
|
284
|
-
#
|
|
285
|
-
# [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html)
|
|
286
|
-
# says that `jwks` must not be used when the client can use `jwks_uri`, but Authlete allows both
|
|
287
|
-
# properties to be registered at the same time. However, Authlete does not use the content of `jwks`
|
|
288
|
-
# when `jwksUri` is registered.
|
|
289
|
-
#
|
|
290
|
-
# This property corresponds to `jwks_uri` in [OpenID Connect Dynamic Client Registration 1.0, 2.
|
|
291
|
-
# Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
292
|
-
#
|
|
223
|
+
#
|
|
293
224
|
field :jwks, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('jwks') } }
|
|
294
225
|
# The URL which a third party can use to initiate a login by the client application.
|
|
295
|
-
#
|
|
226
|
+
#
|
|
296
227
|
# This property corresponds to `initiate_login_uri` in
|
|
297
228
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
298
|
-
#
|
|
229
|
+
#
|
|
299
230
|
field :login_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('loginUri') } }
|
|
300
231
|
# The URL pointing to the "Terms Of Service" page.
|
|
301
|
-
#
|
|
232
|
+
#
|
|
302
233
|
# This property corresponds to `tos_uri` in
|
|
303
234
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
304
|
-
#
|
|
235
|
+
#
|
|
305
236
|
field :tos_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tosUri') } }
|
|
306
237
|
# URLs of "Terms Of Service" pages with language tags.
|
|
307
|
-
#
|
|
238
|
+
#
|
|
308
239
|
# If the client application has different "Terms Of Service" pages for different languages,
|
|
309
240
|
# this property can be used to register the URLs.
|
|
310
|
-
#
|
|
241
|
+
#
|
|
311
242
|
field :tos_uris, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::TaggedValue)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tosUris') } }
|
|
312
243
|
# The URL pointing to the page which describes the policy as to how end-user's profile data is used.
|
|
313
|
-
#
|
|
244
|
+
#
|
|
314
245
|
# This property corresponds to `policy_uri` in
|
|
315
246
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
316
|
-
#
|
|
247
|
+
#
|
|
317
248
|
field :policy_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('policyUri') } }
|
|
318
249
|
# URLs of policy pages with language tags.
|
|
319
250
|
# If the client application has different policy pages for different languages, this property can be used to register the URLs.
|
|
320
|
-
#
|
|
251
|
+
#
|
|
321
252
|
field :policy_uris, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::TaggedValue)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('policyUris') } }
|
|
322
253
|
# The URL pointing to the home page of the client application.
|
|
323
|
-
#
|
|
254
|
+
#
|
|
324
255
|
# This property corresponds to `client_uri` in
|
|
325
256
|
# [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
|
|
326
|
-
#
|
|
257
|
+
#
|
|
327
258
|
field :client_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientUri') } }
|
|
328
259
|
# Home page URLs with language tags.
|
|
329
260
|
# If the client application has different home pages for different languages, this property can
|
|
330
261
|
# be used to register the URLs.
|
|
331
|
-
#
|
|
262
|
+
#
|
|
332
263
|
field :client_uris, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::TaggedValue)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientUris') } }
|
|
333
264
|
# The backchannel token delivery mode.
|
|
334
|
-
#
|
|
265
|
+
#
|
|
335
266
|
# This property corresponds to the `backchannel_token_delivery_mode` metadata.
|
|
336
267
|
# The backchannel token delivery mode is defined in the specification of "CIBA (Client Initiated
|
|
337
268
|
# Backchannel Authentication)".
|
|
338
|
-
#
|
|
269
|
+
#
|
|
339
270
|
field :bc_delivery_mode, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('bcDeliveryMode') } }
|
|
340
271
|
# The backchannel client notification endpoint.
|
|
341
|
-
#
|
|
272
|
+
#
|
|
342
273
|
# This property corresponds to the `backchannel_client_notification_endpoint` metadata.
|
|
343
274
|
# The backchannel token delivery mode is defined in the specification of "CIBA (Client Initiated
|
|
344
275
|
# Backchannel Authentication)".
|
|
345
|
-
#
|
|
276
|
+
#
|
|
346
277
|
field :bc_notification_endpoint, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('bcNotificationEndpoint') } }
|
|
347
278
|
# The boolean flag to indicate whether a user code is required when this client makes a backchannel
|
|
348
279
|
# authentication request.
|
|
349
|
-
#
|
|
280
|
+
#
|
|
350
281
|
# This property corresponds to the `backchannel_user_code_parameter` metadata.
|
|
351
|
-
#
|
|
282
|
+
#
|
|
352
283
|
field :bc_user_code_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('bcUserCodeRequired') } }
|
|
353
284
|
# The attributes of this client.
|
|
354
|
-
#
|
|
285
|
+
#
|
|
355
286
|
field :attributes, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::Pair)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('attributes') } }
|
|
356
287
|
|
|
357
288
|
field :extension, Crystalline::Nilable.new(Models::Components::ClientExtension), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('extension') } }
|
|
358
289
|
# The authorization details types that this client may use as values of the `type` field in
|
|
359
290
|
# `authorization_details`.
|
|
360
|
-
#
|
|
291
|
+
#
|
|
361
292
|
# This property corresponds to the `authorization_details_types` metadata. See [OAuth 2.0 Rich
|
|
362
293
|
# Authorization Requests (RAR)](https://datatracker.ietf.org/doc/draft-ietf-oauth-rar/) for details.
|
|
363
|
-
#
|
|
294
|
+
#
|
|
364
295
|
# Note that the property name was renamed from authorizationDataTypes to authorizationDetailsTypes
|
|
365
296
|
# to align with the change made by the 5th draft of the RAR specification.
|
|
366
|
-
#
|
|
297
|
+
#
|
|
367
298
|
field :authorization_details_types, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('authorizationDetailsTypes') } }
|
|
368
299
|
# The custom client metadata in JSON format.
|
|
369
|
-
#
|
|
370
|
-
# Standard specifications define client metadata as necessary. The following are such examples.
|
|
371
|
-
#
|
|
372
|
-
# * [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html)
|
|
373
|
-
# * [RFC 7591 OAuth 2.0 Dynamic Client Registration Protocol](https://www.rfc-editor.org/rfc/rfc7591.html)
|
|
374
|
-
# * [RFC 8705 OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens](https://www.rfc-editor.org/rfc/rfc8705.html)
|
|
375
|
-
# * [OpenID Connect Client-Initiated Backchannel Authentication Flow - Core 1.0](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html)
|
|
376
|
-
# * [The OAuth 2.0 Authorization Framework: JWT Secured Authorization Request (JAR)](https://datatracker.ietf.org/doc/draft-ietf-oauth-jwsreq/)
|
|
377
|
-
# * [Financial-grade API: JWT Secured Authorization Response Mode for OAuth 2.0 (JARM)](https://openid.net/specs/openid-financial-api-jarm.html)
|
|
378
|
-
# * [OAuth 2.0 Pushed Authorization Requests (PAR)](https://datatracker.ietf.org/doc/rfc9126/)
|
|
379
|
-
# * [OAuth 2.0 Rich Authorization Requests (RAR)](https://datatracker.ietf.org/doc/draft-ietf-oauth-rar/)
|
|
380
|
-
#
|
|
381
|
-
# Standard client metadata included in Client Registration Request and Client Update Request (cf.
|
|
382
|
-
# [OIDC DynReg](https://openid.net/specs/openid-connect-registration-1_0.html), [RFC 7591](https://www.rfc-editor.org/rfc/rfc7591.html)
|
|
383
|
-
# and [RFC 7592](https://www.rfc-editor.org/rfc/rfc7592.html)) are, if supported by Authlete, set
|
|
384
|
-
# to corresponding properties of the client application. For example, the value of the `client_name`
|
|
385
|
-
# client metadata in Client Registration/Update Request is set to the clientName property. On the
|
|
386
|
-
# other hand, unrecognized client metadata are discarded.
|
|
387
|
-
#
|
|
388
|
-
# By listing up custom client metadata in advance by using the `supportedCustomClientMetadata` property
|
|
389
|
-
# of Service, Authlete can recognize them and stores their values into the database. The stored
|
|
390
|
-
# custom client metadata values can be referenced by this property.
|
|
391
|
-
#
|
|
300
|
+
#
|
|
392
301
|
field :custom_metadata, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('customMetadata') } }
|
|
393
302
|
# The flag indicating whether encryption of request object is required when the request object
|
|
394
303
|
# is passed through the front channel.
|
|
395
|
-
#
|
|
396
|
-
# This flag does not affect the processing of request objects at the Pushed Authorization Request
|
|
397
|
-
# Endpoint, which is defined in [OAuth 2.0 Pushed Authorization Requests](https://datatracker.ietf.org/doc/rfc9126/).
|
|
398
|
-
# Unecrypted request objects are accepted at the endpoint even if this flag is `true`.
|
|
399
|
-
#
|
|
400
|
-
# This flag does not indicate whether a request object is always required. There is a different
|
|
401
|
-
# flag, `requestObjectRequired`, for the purpose.
|
|
402
|
-
#
|
|
403
|
-
# Even if this flag is `false`, encryption of request object is required if the `frontChannelRequestObjectEncryptionRequired`
|
|
404
|
-
# flag of the service is `true`.
|
|
405
|
-
#
|
|
304
|
+
#
|
|
406
305
|
field :front_channel_request_object_encryption_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('frontChannelRequestObjectEncryptionRequired') } }
|
|
407
306
|
# The flag indicating whether the JWE alg of encrypted request object must match the `request_object_encryption_alg`
|
|
408
307
|
# client metadata.
|
|
409
|
-
#
|
|
410
|
-
# The `request_object_encryption_alg` client metadata itself is defined in [OpenID Connect Dynamic
|
|
411
|
-
# Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html) as follows.
|
|
412
|
-
#
|
|
413
|
-
# > request_object_encryption_alg
|
|
414
|
-
# >
|
|
415
|
-
# > OPTIONAL. JWE [JWE] alg algorithm [JWA] the RP is declaring that it may use for encrypting Request
|
|
416
|
-
# Objects sent to the OP. This parameter SHOULD be included when symmetric encryption will be used,
|
|
417
|
-
# since this signals to the OP that a client_secret value needs to be returned from which the
|
|
418
|
-
# symmetric key will be derived, that might not otherwise be returned. The RP MAY still use other
|
|
419
|
-
# supported encryption algorithms or send unencrypted Request Objects, even when this parameter
|
|
420
|
-
# is present. If both signing and encryption are requested, the Request Object will be signed
|
|
421
|
-
# then encrypted, with the result being a Nested JWT, as defined in [JWT]. The default, if omitted,
|
|
422
|
-
# is that the RP is not declaring whether it might encrypt any Request Objects.
|
|
423
|
-
#
|
|
424
|
-
# The point here is "The RP MAY still use other supported encryption algorithms or send unencrypted
|
|
425
|
-
# Request Objects, even when this parameter is present."
|
|
426
|
-
#
|
|
427
|
-
# The property that represents the client metadata is `requestEncryptionAlg`. See the description
|
|
428
|
-
# of `requestEncryptionAlg` for details.
|
|
429
|
-
#
|
|
430
|
-
# Even if this flag is `false`, the match is required if the `requestObjectEncryptionAlgMatchRequired`
|
|
431
|
-
# flag of the service is `true`.
|
|
432
|
-
#
|
|
308
|
+
#
|
|
433
309
|
field :request_object_encryption_alg_match_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestObjectEncryptionAlgMatchRequired') } }
|
|
434
310
|
# The flag indicating whether the JWE enc of encrypted request object must match the `request_object_encryption_enc`
|
|
435
311
|
# client metadata.
|
|
436
|
-
#
|
|
437
|
-
# The `request_object_encryption_enc` client metadata itself is defined in [OpenID Connect Dynamic
|
|
438
|
-
# Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html) as follows.
|
|
439
|
-
#
|
|
440
|
-
# > request_object_encryption_enc
|
|
441
|
-
# >
|
|
442
|
-
# > OPTIONAL. JWE enc algorithm [JWA] the RP is declaring that it may use for encrypting Request
|
|
443
|
-
# Objects sent to the OP. If request_object_encryption_alg is specified, the default for this
|
|
444
|
-
# value is A128CBC-HS256. When request_object_encryption_enc is included, request_object_encryption_alg
|
|
445
|
-
# MUST also be provided.
|
|
446
|
-
#
|
|
447
|
-
# The property that represents the client metadata is `requestEncryptionEnc`. See the description
|
|
448
|
-
# of `requestEncryptionEnc` for details.
|
|
449
|
-
#
|
|
450
|
-
# Even if this flag is `false`, the match is required if the `requestObjectEncryptionEncMatchRequired`
|
|
451
|
-
# flag of the service is `true`.
|
|
452
|
-
#
|
|
312
|
+
#
|
|
453
313
|
field :request_object_encryption_enc_match_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestObjectEncryptionEncMatchRequired') } }
|
|
454
314
|
# The digest algorithm that this client requests the server to use
|
|
455
315
|
# when it computes digest values of [external attachments](https://openid.net/specs/openid-connect-4-identity-assurance-1_0.html#name-external-attachments), which may be referenced from within ID tokens
|
|
456
|
-
# or userinfo responses (or any place that can have the `
|
|
316
|
+
# or userinfo responses (or any place that can have the `verified_claims` claim).
|
|
457
317
|
# Possible values are listed in the [Hash Algorithm Registry](https://www.iana.org/assignments/named-information/named-information.xhtml#hash-alg) of IANA (Internet Assigned Numbers Authority),
|
|
458
318
|
# but the server does not necessarily support all the values there. When
|
|
459
319
|
# this property is omitted, `sha-256` is used as the default algorithm.
|
|
460
|
-
# This property corresponds to the `
|
|
320
|
+
# This property corresponds to the `digest_algorithm` client metadata
|
|
461
321
|
# which was defined by the third implementer's draft of
|
|
462
|
-
# [OpenID Connect for Identity Assurance 1.0](https://openid.net/specs/openid-connect-4-identity-assurance-
|
|
463
|
-
#
|
|
322
|
+
# [OpenID Connect for Identity Assurance 1.0](https://openid.net/specs/openid-connect-4-identity-assurance-1_0.html).
|
|
323
|
+
#
|
|
464
324
|
field :digest_algorithm, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('digestAlgorithm') } }
|
|
465
325
|
# If `Enabled` is selected, an attempt to issue a new access token invalidates existing access tokens that are associated with the same combination of subject and client.
|
|
466
|
-
#
|
|
326
|
+
#
|
|
467
327
|
# Note that, however, attempts by Client Credentials Flow do not invalidate existing access tokens because access tokens issued by Client Credentials Flow are not associated with any end-user's subject.
|
|
468
|
-
#
|
|
328
|
+
#
|
|
469
329
|
# Even if `Disabled` is selected here, single access token per subject is effective if `singleAccessTokenPerSubject` of the `Service` this client belongs to is Enabled.
|
|
470
|
-
#
|
|
330
|
+
#
|
|
471
331
|
field :single_access_token_per_subject, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('singleAccessTokenPerSubject') } }
|
|
472
332
|
# The flag to indicate whether the use of Proof Key for Code Exchange (PKCE) is always required for authorization requests by Authorization Code Flow.
|
|
473
|
-
#
|
|
333
|
+
#
|
|
474
334
|
# If `true`, `code_challenge` request parameter is always required for authorization requests using Authorization Code Flow.
|
|
475
|
-
#
|
|
335
|
+
#
|
|
476
336
|
# See [RFC 7636](https://tools.ietf.org/html/rfc7636) (Proof Key for Code Exchange by OAuth Public Clients) for details about `code_challenge` request parameter.
|
|
477
|
-
#
|
|
337
|
+
#
|
|
478
338
|
field :pkce_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('pkceRequired') } }
|
|
479
339
|
# The flag to indicate whether `S256` is always required as the code challenge method whenever [PKCE (RFC 7636)](https://tools.ietf.org/html/rfc7636) is used.
|
|
480
|
-
#
|
|
340
|
+
#
|
|
481
341
|
# If this flag is set to `true`, `code_challenge_method=S256` must be included in the authorization request
|
|
482
342
|
# whenever it includes the `code_challenge` request parameter.
|
|
483
343
|
# Neither omission of the `code_challenge_method` request parameter nor use of plain (`code_challenge_method=plain`) is allowed.
|
|
484
|
-
#
|
|
344
|
+
#
|
|
485
345
|
field :pkce_s256_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('pkceS256Required') } }
|
|
486
346
|
# If the DPoP is required for this client
|
|
487
|
-
#
|
|
347
|
+
#
|
|
488
348
|
field :dpop_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('dpopRequired') } }
|
|
489
349
|
# The flag indicating whether this client was registered by the
|
|
490
350
|
# "automatic" client registration of OIDC Federation.
|
|
491
|
-
#
|
|
351
|
+
#
|
|
492
352
|
field :automatically_registered, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('automaticallyRegistered') } }
|
|
493
353
|
# The flag indicating whether this client was registered by the
|
|
494
354
|
# "explicit" client registration of OIDC Federation.
|
|
495
|
-
#
|
|
355
|
+
#
|
|
496
356
|
field :explicitly_registered, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('explicitlyRegistered') } }
|
|
497
357
|
# The flag indicating whether this service signs responses from the resource server.
|
|
498
|
-
#
|
|
358
|
+
#
|
|
499
359
|
field :rs_request_signed, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('rsRequestSigned') } }
|
|
500
360
|
# The key ID of a JWK containing the public key used by this client to sign requests to the resource server.
|
|
501
|
-
#
|
|
361
|
+
#
|
|
502
362
|
field :rs_signed_request_key_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('rsSignedRequestKeyId') } }
|
|
503
363
|
# The client registration types that the client has declared it may use.
|
|
504
|
-
#
|
|
364
|
+
#
|
|
505
365
|
field :client_registration_types, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::ClientRegistrationType)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientRegistrationTypes') } }
|
|
506
366
|
# The human-readable name representing the organization that manages this client. This property corresponds
|
|
507
367
|
# to the organization_name client metadata that is defined in OpenID Connect Federation 1.0.
|
|
508
|
-
#
|
|
368
|
+
#
|
|
509
369
|
field :organization_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('organizationName') } }
|
|
510
370
|
# The URI of the endpoint that returns this client's JWK Set document in the JWT format. This property
|
|
511
371
|
# corresponds to the `signed_jwks_uri` client metadata defined in OpenID Connect Federation 1.0.
|
|
512
|
-
#
|
|
372
|
+
#
|
|
513
373
|
field :signed_jwks_uri, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('signedJwksUri') } }
|
|
514
374
|
# the entity ID of this client.
|
|
515
|
-
#
|
|
375
|
+
#
|
|
516
376
|
field :entity_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('entityId') } }
|
|
517
377
|
# The entity ID of the trust anchor of the trust chain that was used when this client was registered or updated by
|
|
518
378
|
# the mechanism defined in OpenID Connect Federation 1.0
|
|
519
|
-
#
|
|
379
|
+
#
|
|
520
380
|
field :trust_anchor_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('trustAnchorId') } }
|
|
521
381
|
# The trust chain that was used when this client was registered or updated by the mechanism defined in
|
|
522
382
|
# OpenID Connect Federation 1.0
|
|
523
|
-
#
|
|
383
|
+
#
|
|
524
384
|
field :trust_chain, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('trustChain') } }
|
|
525
385
|
# the expiration time of the trust chain that was used when this client was registered or updated by the mechanism
|
|
526
386
|
# defined in OpenID Connect Federation 1.0. The value is represented as milliseconds elapsed since the Unix epoch (1970-01-01).
|
|
527
|
-
#
|
|
387
|
+
#
|
|
528
388
|
field :trust_chain_expires_at, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('trustChainExpiresAt') } }
|
|
529
389
|
# the time at which the trust chain was updated by the mechanism defined in OpenID Connect Federation 1.0
|
|
530
|
-
#
|
|
390
|
+
#
|
|
531
391
|
field :trust_chain_updated_at, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('trustChainUpdatedAt') } }
|
|
532
392
|
# The flag which indicates whether this client is locked.
|
|
533
|
-
#
|
|
393
|
+
#
|
|
534
394
|
field :locked, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('locked') } }
|
|
535
395
|
# The URL of the credential offer endpoint at which this client
|
|
536
396
|
# (wallet) receives a credential offer from the credential issuer.
|
|
537
|
-
#
|
|
397
|
+
#
|
|
538
398
|
field :credential_offer_endpoint, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('credentialOfferEndpoint') } }
|
|
539
399
|
# The FAPI modes for this client.
|
|
540
|
-
#
|
|
541
|
-
# When the value of this property is not `null`, Authlete always processes requests from this client
|
|
542
|
-
# based on the specified FAPI modes if the FAPI feature is enabled in Authlete, the FAPI profile
|
|
543
|
-
# is supported by the service, and the FAPI modes for the service are set to `null`.
|
|
544
|
-
#
|
|
545
|
-
# For instance, when this property is set to an array containing `FAPI1_ADVANCED` only, Authlete
|
|
546
|
-
# always processes requests from this client based on "Financial-grade API Security Profile 1.0 -
|
|
547
|
-
# Part 2: Advanced" if the FAPI feature is enabled in Authlete, the FAPI profile is supported by
|
|
548
|
-
# the service, and the FAPI modes for the service are set to `null`.
|
|
549
|
-
#
|
|
400
|
+
#
|
|
550
401
|
field :fapi_modes, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::FapiMode)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('fapiModes') } }
|
|
551
402
|
# The response modes that this client may use.
|
|
552
403
|
field :response_modes, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::ResponseMode)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('responseModes') } }
|
|
553
404
|
# True if credential responses to this client must be always encrypted.
|
|
554
405
|
field :credential_response_encryption_required, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('credentialResponseEncryptionRequired') } }
|
|
555
406
|
# The flag indicating whether the client intends to prefer mutual TLS endpoints over non-MTLS endpoints.
|
|
556
|
-
#
|
|
407
|
+
#
|
|
557
408
|
# This property corresponds to the `use_mtls_endpoint_aliases` client metadata that is defined in
|
|
558
409
|
# [FAPI 2.0 Security Profile, 8.1.1. use_mtls_endpoint_aliases](https://openid.bitbucket.io/fapi/fapi-2_0-security-profile.html#section-8.1.1).
|
|
559
|
-
#
|
|
410
|
+
#
|
|
560
411
|
field :mtls_endpoint_aliases_used, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('mtlsEndpointAliasesUsed') } }
|
|
561
412
|
# The flag indicating whether this client is in scope for token migration
|
|
562
413
|
# operations.
|
|
563
|
-
#
|
|
414
|
+
#
|
|
564
415
|
field :in_scope_for_token_migration, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('inScopeForTokenMigration') } }
|
|
565
416
|
# Location of the Client ID Metadata Document that was used for this client.
|
|
566
|
-
#
|
|
417
|
+
#
|
|
567
418
|
field :metadata_document_location, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('metadataDocumentLocation') } }
|
|
568
419
|
# Expiration time of the metadata document (UNIX time in milliseconds).
|
|
569
|
-
#
|
|
420
|
+
#
|
|
570
421
|
field :metadata_document_expires_at, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('metadataDocumentExpiresAt') } }
|
|
571
422
|
# Last-updated time of the metadata document (UNIX time in milliseconds).
|
|
572
|
-
#
|
|
423
|
+
#
|
|
573
424
|
field :metadata_document_updated_at, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('metadataDocumentUpdatedAt') } }
|
|
574
425
|
# Indicates whether this client was discovered via a Client ID Metadata Document.
|
|
575
|
-
#
|
|
426
|
+
#
|
|
576
427
|
field :discovered_by_metadata_document, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('discoveredByMetadataDocument') } }
|
|
577
428
|
# Source of this client record.
|
|
578
|
-
#
|
|
579
|
-
field :client_source, Crystalline::Nilable.new(Models::Components::ClientClientSource), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientSource'), 'decoder': Utils.enum_from_string(Models::Components::ClientClientSource, true) } }
|
|
429
|
+
#
|
|
430
|
+
field :client_source, Crystalline::Nilable.new(Models::Components::ClientClientSource), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('clientSource'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::ClientClientSource, true) } }
|
|
580
431
|
|
|
581
|
-
field :additional_properties, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::Object)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('additional_properties') } }
|
|
432
|
+
field :additional_properties, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::Object)), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('additional_properties'), 'additional_properties': true } }
|
|
582
433
|
# The signature algorithm for JWT. This value is represented on 'alg' attribute
|
|
583
434
|
# of the header of JWT.
|
|
584
|
-
#
|
|
435
|
+
#
|
|
585
436
|
# it's semantics depends upon where is this defined, for instance:
|
|
586
437
|
# - as service accessTokenSignAlg value, it defines that access token are JWT and the algorithm used to sign it. Check your [KB article](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/jwt-based-access-token).
|
|
587
438
|
# - as client authorizationSignAlg value, it represents the signature algorithm used when [creating a JARM response](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/enabling-jarm).
|
|
588
439
|
# - or as client requestSignAlg value, it specifies which is the expected signature used by [client on a Request Object](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/request-objects).
|
|
589
|
-
#
|
|
590
|
-
field :authorization_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('authorizationSignAlg'), 'decoder': Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
440
|
+
#
|
|
441
|
+
field :authorization_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('authorizationSignAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
591
442
|
# this is the 'alg' header value for encrypted JWT tokens.
|
|
592
443
|
# Depending upon the context, this refers to key transport scheme to be used by the client and by the server. For instance:
|
|
593
444
|
# - as `authorizationEncryptionAlg` value, it refers to the encoding algorithm used by server for transporting they keys on JARM objects
|
|
594
445
|
# - as `requestEncryptionAlg` value, it refers to the expected key transport encoding algorithm that server expect from client when encrypting a Request Object
|
|
595
446
|
# - as `idTokenEncryptionAlg` value, it refers to the algorithm used by the server to key transport of id_tokens
|
|
596
|
-
#
|
|
447
|
+
#
|
|
597
448
|
# **Please note that some of the algorithms are more secure than others, some are not supported very well cross platforms and some (like RSA1_5) is known to be weak**.
|
|
598
|
-
#
|
|
599
|
-
field :authorization_encryption_alg, Crystalline::Nilable.new(Models::Components::JweAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('authorizationEncryptionAlg'), 'decoder': Utils.enum_from_string(Models::Components::JweAlg, true) } }
|
|
449
|
+
#
|
|
450
|
+
field :authorization_encryption_alg, Crystalline::Nilable.new(Models::Components::JweAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('authorizationEncryptionAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JweAlg, true) } }
|
|
600
451
|
# This is the encryption algorithm to be used when encrypting a JWT on client or server side.
|
|
601
452
|
# Depending upon the context, this refers to encryption done by the client or by the server. For instance:
|
|
602
453
|
# - as `authorizationEncryptionEnc` value, it refers to the encryption algorithm used by server when creating a JARM response
|
|
603
454
|
# - as `requestEncryptionEnc` value, it refers to the expected encryption algorithm used by the client when encrypting a Request Object
|
|
604
455
|
# - as `idTokenEncryptionEnc` value, it refers to the algorithm used by the server to encrypt id_tokens
|
|
605
|
-
#
|
|
606
|
-
field :authorization_encryption_enc, Crystalline::Nilable.new(Models::Components::JweEnc), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('authorizationEncryptionEnc'), 'decoder': Utils.enum_from_string(Models::Components::JweEnc, true) } }
|
|
456
|
+
#
|
|
457
|
+
field :authorization_encryption_enc, Crystalline::Nilable.new(Models::Components::JweEnc), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('authorizationEncryptionEnc'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JweEnc, true) } }
|
|
607
458
|
# The signature algorithm for JWT. This value is represented on 'alg' attribute
|
|
608
459
|
# of the header of JWT.
|
|
609
|
-
#
|
|
460
|
+
#
|
|
610
461
|
# it's semantics depends upon where is this defined, for instance:
|
|
611
462
|
# - as service accessTokenSignAlg value, it defines that access token are JWT and the algorithm used to sign it. Check your [KB article](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/jwt-based-access-token).
|
|
612
463
|
# - as client authorizationSignAlg value, it represents the signature algorithm used when [creating a JARM response](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/enabling-jarm).
|
|
613
464
|
# - or as client requestSignAlg value, it specifies which is the expected signature used by [client on a Request Object](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/request-objects).
|
|
614
|
-
#
|
|
615
|
-
field :token_auth_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tokenAuthSignAlg'), 'decoder': Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
465
|
+
#
|
|
466
|
+
field :token_auth_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('tokenAuthSignAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
616
467
|
# The signature algorithm for JWT. This value is represented on 'alg' attribute
|
|
617
468
|
# of the header of JWT.
|
|
618
|
-
#
|
|
469
|
+
#
|
|
619
470
|
# it's semantics depends upon where is this defined, for instance:
|
|
620
471
|
# - as service accessTokenSignAlg value, it defines that access token are JWT and the algorithm used to sign it. Check your [KB article](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/jwt-based-access-token).
|
|
621
472
|
# - as client authorizationSignAlg value, it represents the signature algorithm used when [creating a JARM response](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/enabling-jarm).
|
|
622
473
|
# - or as client requestSignAlg value, it specifies which is the expected signature used by [client on a Request Object](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/request-objects).
|
|
623
|
-
#
|
|
624
|
-
field :request_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestSignAlg'), 'decoder': Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
474
|
+
#
|
|
475
|
+
field :request_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestSignAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
625
476
|
# this is the 'alg' header value for encrypted JWT tokens.
|
|
626
477
|
# Depending upon the context, this refers to key transport scheme to be used by the client and by the server. For instance:
|
|
627
478
|
# - as `authorizationEncryptionAlg` value, it refers to the encoding algorithm used by server for transporting they keys on JARM objects
|
|
628
479
|
# - as `requestEncryptionAlg` value, it refers to the expected key transport encoding algorithm that server expect from client when encrypting a Request Object
|
|
629
480
|
# - as `idTokenEncryptionAlg` value, it refers to the algorithm used by the server to key transport of id_tokens
|
|
630
|
-
#
|
|
481
|
+
#
|
|
631
482
|
# **Please note that some of the algorithms are more secure than others, some are not supported very well cross platforms and some (like RSA1_5) is known to be weak**.
|
|
632
|
-
#
|
|
633
|
-
field :request_encryption_alg, Crystalline::Nilable.new(Models::Components::JweAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestEncryptionAlg'), 'decoder': Utils.enum_from_string(Models::Components::JweAlg, true) } }
|
|
483
|
+
#
|
|
484
|
+
field :request_encryption_alg, Crystalline::Nilable.new(Models::Components::JweAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestEncryptionAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JweAlg, true) } }
|
|
634
485
|
# This is the encryption algorithm to be used when encrypting a JWT on client or server side.
|
|
635
486
|
# Depending upon the context, this refers to encryption done by the client or by the server. For instance:
|
|
636
487
|
# - as `authorizationEncryptionEnc` value, it refers to the encryption algorithm used by server when creating a JARM response
|
|
637
488
|
# - as `requestEncryptionEnc` value, it refers to the expected encryption algorithm used by the client when encrypting a Request Object
|
|
638
489
|
# - as `idTokenEncryptionEnc` value, it refers to the algorithm used by the server to encrypt id_tokens
|
|
639
|
-
#
|
|
640
|
-
field :request_encryption_enc, Crystalline::Nilable.new(Models::Components::JweEnc), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestEncryptionEnc'), 'decoder': Utils.enum_from_string(Models::Components::JweEnc, true) } }
|
|
490
|
+
#
|
|
491
|
+
field :request_encryption_enc, Crystalline::Nilable.new(Models::Components::JweEnc), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('requestEncryptionEnc'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JweEnc, true) } }
|
|
641
492
|
# The signature algorithm for JWT. This value is represented on 'alg' attribute
|
|
642
493
|
# of the header of JWT.
|
|
643
|
-
#
|
|
494
|
+
#
|
|
644
495
|
# it's semantics depends upon where is this defined, for instance:
|
|
645
496
|
# - as service accessTokenSignAlg value, it defines that access token are JWT and the algorithm used to sign it. Check your [KB article](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/jwt-based-access-token).
|
|
646
497
|
# - as client authorizationSignAlg value, it represents the signature algorithm used when [creating a JARM response](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/enabling-jarm).
|
|
647
498
|
# - or as client requestSignAlg value, it specifies which is the expected signature used by [client on a Request Object](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/request-objects).
|
|
648
|
-
#
|
|
649
|
-
field :id_token_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('idTokenSignAlg'), 'decoder': Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
499
|
+
#
|
|
500
|
+
field :id_token_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('idTokenSignAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
650
501
|
# this is the 'alg' header value for encrypted JWT tokens.
|
|
651
502
|
# Depending upon the context, this refers to key transport scheme to be used by the client and by the server. For instance:
|
|
652
503
|
# - as `authorizationEncryptionAlg` value, it refers to the encoding algorithm used by server for transporting they keys on JARM objects
|
|
653
504
|
# - as `requestEncryptionAlg` value, it refers to the expected key transport encoding algorithm that server expect from client when encrypting a Request Object
|
|
654
505
|
# - as `idTokenEncryptionAlg` value, it refers to the algorithm used by the server to key transport of id_tokens
|
|
655
|
-
#
|
|
506
|
+
#
|
|
656
507
|
# **Please note that some of the algorithms are more secure than others, some are not supported very well cross platforms and some (like RSA1_5) is known to be weak**.
|
|
657
|
-
#
|
|
658
|
-
field :id_token_encryption_alg, Crystalline::Nilable.new(Models::Components::JweAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('idTokenEncryptionAlg'), 'decoder': Utils.enum_from_string(Models::Components::JweAlg, true) } }
|
|
508
|
+
#
|
|
509
|
+
field :id_token_encryption_alg, Crystalline::Nilable.new(Models::Components::JweAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('idTokenEncryptionAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JweAlg, true) } }
|
|
659
510
|
# This is the encryption algorithm to be used when encrypting a JWT on client or server side.
|
|
660
511
|
# Depending upon the context, this refers to encryption done by the client or by the server. For instance:
|
|
661
512
|
# - as `authorizationEncryptionEnc` value, it refers to the encryption algorithm used by server when creating a JARM response
|
|
662
513
|
# - as `requestEncryptionEnc` value, it refers to the expected encryption algorithm used by the client when encrypting a Request Object
|
|
663
514
|
# - as `idTokenEncryptionEnc` value, it refers to the algorithm used by the server to encrypt id_tokens
|
|
664
|
-
#
|
|
665
|
-
field :id_token_encryption_enc, Crystalline::Nilable.new(Models::Components::JweEnc), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('idTokenEncryptionEnc'), 'decoder': Utils.enum_from_string(Models::Components::JweEnc, true) } }
|
|
515
|
+
#
|
|
516
|
+
field :id_token_encryption_enc, Crystalline::Nilable.new(Models::Components::JweEnc), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('idTokenEncryptionEnc'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JweEnc, true) } }
|
|
666
517
|
# The signature algorithm for JWT. This value is represented on 'alg' attribute
|
|
667
518
|
# of the header of JWT.
|
|
668
|
-
#
|
|
519
|
+
#
|
|
669
520
|
# it's semantics depends upon where is this defined, for instance:
|
|
670
521
|
# - as service accessTokenSignAlg value, it defines that access token are JWT and the algorithm used to sign it. Check your [KB article](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/jwt-based-access-token).
|
|
671
522
|
# - as client authorizationSignAlg value, it represents the signature algorithm used when [creating a JARM response](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/enabling-jarm).
|
|
672
523
|
# - or as client requestSignAlg value, it specifies which is the expected signature used by [client on a Request Object](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/request-objects).
|
|
673
|
-
#
|
|
674
|
-
field :user_info_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('userInfoSignAlg'), 'decoder': Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
524
|
+
#
|
|
525
|
+
field :user_info_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('userInfoSignAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
675
526
|
# this is the 'alg' header value for encrypted JWT tokens.
|
|
676
527
|
# Depending upon the context, this refers to key transport scheme to be used by the client and by the server. For instance:
|
|
677
528
|
# - as `authorizationEncryptionAlg` value, it refers to the encoding algorithm used by server for transporting they keys on JARM objects
|
|
678
529
|
# - as `requestEncryptionAlg` value, it refers to the expected key transport encoding algorithm that server expect from client when encrypting a Request Object
|
|
679
530
|
# - as `idTokenEncryptionAlg` value, it refers to the algorithm used by the server to key transport of id_tokens
|
|
680
|
-
#
|
|
531
|
+
#
|
|
681
532
|
# **Please note that some of the algorithms are more secure than others, some are not supported very well cross platforms and some (like RSA1_5) is known to be weak**.
|
|
682
|
-
#
|
|
683
|
-
field :user_info_encryption_alg, Crystalline::Nilable.new(Models::Components::JweAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('userInfoEncryptionAlg'), 'decoder': Utils.enum_from_string(Models::Components::JweAlg, true) } }
|
|
533
|
+
#
|
|
534
|
+
field :user_info_encryption_alg, Crystalline::Nilable.new(Models::Components::JweAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('userInfoEncryptionAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JweAlg, true) } }
|
|
684
535
|
# This is the encryption algorithm to be used when encrypting a JWT on client or server side.
|
|
685
536
|
# Depending upon the context, this refers to encryption done by the client or by the server. For instance:
|
|
686
537
|
# - as `authorizationEncryptionEnc` value, it refers to the encryption algorithm used by server when creating a JARM response
|
|
687
538
|
# - as `requestEncryptionEnc` value, it refers to the expected encryption algorithm used by the client when encrypting a Request Object
|
|
688
539
|
# - as `idTokenEncryptionEnc` value, it refers to the algorithm used by the server to encrypt id_tokens
|
|
689
|
-
#
|
|
690
|
-
field :user_info_encryption_enc, Crystalline::Nilable.new(Models::Components::JweEnc), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('userInfoEncryptionEnc'), 'decoder': Utils.enum_from_string(Models::Components::JweEnc, true) } }
|
|
540
|
+
#
|
|
541
|
+
field :user_info_encryption_enc, Crystalline::Nilable.new(Models::Components::JweEnc), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('userInfoEncryptionEnc'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JweEnc, true) } }
|
|
691
542
|
# The signature algorithm for JWT. This value is represented on 'alg' attribute
|
|
692
543
|
# of the header of JWT.
|
|
693
|
-
#
|
|
544
|
+
#
|
|
694
545
|
# it's semantics depends upon where is this defined, for instance:
|
|
695
546
|
# - as service accessTokenSignAlg value, it defines that access token are JWT and the algorithm used to sign it. Check your [KB article](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/jwt-based-access-token).
|
|
696
547
|
# - as client authorizationSignAlg value, it represents the signature algorithm used when [creating a JARM response](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/enabling-jarm).
|
|
697
548
|
# - or as client requestSignAlg value, it specifies which is the expected signature used by [client on a Request Object](https://kb.authlete.com/en/s/oauth-and-openid-connect/a/request-objects).
|
|
698
|
-
#
|
|
699
|
-
field :bc_request_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('bcRequestSignAlg'), 'decoder': Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
549
|
+
#
|
|
550
|
+
field :bc_request_sign_alg, Crystalline::Nilable.new(Models::Components::JwsAlg), { 'format_json': { 'letter_case': ::Authlete::Utils.field_name('bcRequestSignAlg'), 'decoder': ::Authlete::Utils.enum_from_string(Models::Components::JwsAlg, true) } }
|
|
700
551
|
|
|
701
552
|
sig { params(number: T.nilable(::Integer), service_number: T.nilable(::Integer), client_name: T.nilable(::String), client_names: T.nilable(T::Array[Models::Components::TaggedValue]), description: T.nilable(::String), descriptions: T.nilable(T::Array[Models::Components::TaggedValue]), client_id: T.nilable(::Integer), client_secret: T.nilable(::String), client_id_alias: T.nilable(::String), client_id_alias_enabled: T.nilable(T::Boolean), client_type: T.nilable(Models::Components::ClientType), application_type: T.nilable(Models::Components::ApplicationType), logo_uri: T.nilable(::String), logo_uris: T.nilable(T::Array[Models::Components::TaggedValue]), contacts: T.nilable(T::Array[::String]), tls_client_certificate_bound_access_tokens: T.nilable(T::Boolean), dynamically_registered: T.nilable(T::Boolean), software_id: T.nilable(::String), developer: T.nilable(::String), software_version: T.nilable(::String), registration_access_token_hash: T.nilable(::String), created_at: T.nilable(::Integer), modified_at: T.nilable(::Integer), grant_types: T.nilable(T::Array[Models::Components::GrantType]), response_types: T.nilable(T::Array[Models::Components::ResponseType]), redirect_uris: T.nilable(T::Array[::String]), token_auth_method: T.nilable(Models::Components::ClientAuthMethod), self_signed_certificate_key_id: T.nilable(::String), tls_client_auth_subject_dn: T.nilable(::String), tls_client_auth_san_dns: T.nilable(::String), tls_client_auth_san_uri: T.nilable(::String), tls_client_auth_san_ip: T.nilable(::String), tls_client_auth_san_email: T.nilable(::String), par_required: T.nilable(T::Boolean), request_object_required: T.nilable(T::Boolean), request_uris: T.nilable(T::Array[::String]), default_max_age: T.nilable(::Integer), default_acrs: T.nilable(T::Array[::String]), auth_time_required: T.nilable(T::Boolean), subject_type: T.nilable(Models::Components::SubjectType), sector_identifier_uri: T.nilable(::String), derived_sector_identifier: T.nilable(::String), jwks_uri: T.nilable(::String), jwks: T.nilable(::String), login_uri: T.nilable(::String), tos_uri: T.nilable(::String), tos_uris: T.nilable(T::Array[Models::Components::TaggedValue]), policy_uri: T.nilable(::String), policy_uris: T.nilable(T::Array[Models::Components::TaggedValue]), client_uri: T.nilable(::String), client_uris: T.nilable(T::Array[Models::Components::TaggedValue]), bc_delivery_mode: T.nilable(::String), bc_notification_endpoint: T.nilable(::String), bc_user_code_required: T.nilable(T::Boolean), attributes: T.nilable(T::Array[Models::Components::Pair]), extension: T.nilable(Models::Components::ClientExtension), authorization_details_types: T.nilable(T::Array[::String]), custom_metadata: T.nilable(::String), front_channel_request_object_encryption_required: T.nilable(T::Boolean), request_object_encryption_alg_match_required: T.nilable(T::Boolean), request_object_encryption_enc_match_required: T.nilable(T::Boolean), digest_algorithm: T.nilable(::String), single_access_token_per_subject: T.nilable(T::Boolean), pkce_required: T.nilable(T::Boolean), pkce_s256_required: T.nilable(T::Boolean), dpop_required: T.nilable(T::Boolean), automatically_registered: T.nilable(T::Boolean), explicitly_registered: T.nilable(T::Boolean), rs_request_signed: T.nilable(T::Boolean), rs_signed_request_key_id: T.nilable(::String), client_registration_types: T.nilable(T::Array[Models::Components::ClientRegistrationType]), organization_name: T.nilable(::String), signed_jwks_uri: T.nilable(::String), entity_id: T.nilable(::String), trust_anchor_id: T.nilable(::String), trust_chain: T.nilable(T::Array[::String]), trust_chain_expires_at: T.nilable(::Integer), trust_chain_updated_at: T.nilable(::Integer), locked: T.nilable(T::Boolean), credential_offer_endpoint: T.nilable(::String), fapi_modes: T.nilable(T::Array[Models::Components::FapiMode]), response_modes: T.nilable(T::Array[Models::Components::ResponseMode]), credential_response_encryption_required: T.nilable(T::Boolean), mtls_endpoint_aliases_used: T.nilable(T::Boolean), in_scope_for_token_migration: T.nilable(T::Boolean), metadata_document_location: T.nilable(::String), metadata_document_expires_at: T.nilable(::Integer), metadata_document_updated_at: T.nilable(::Integer), discovered_by_metadata_document: T.nilable(T::Boolean), client_source: T.nilable(Models::Components::ClientClientSource), additional_properties: T.nilable(T::Hash[Symbol, ::Object]), authorization_sign_alg: T.nilable(Models::Components::JwsAlg), authorization_encryption_alg: T.nilable(Models::Components::JweAlg), authorization_encryption_enc: T.nilable(Models::Components::JweEnc), token_auth_sign_alg: T.nilable(Models::Components::JwsAlg), request_sign_alg: T.nilable(Models::Components::JwsAlg), request_encryption_alg: T.nilable(Models::Components::JweAlg), request_encryption_enc: T.nilable(Models::Components::JweEnc), id_token_sign_alg: T.nilable(Models::Components::JwsAlg), id_token_encryption_alg: T.nilable(Models::Components::JweAlg), id_token_encryption_enc: T.nilable(Models::Components::JweEnc), user_info_sign_alg: T.nilable(Models::Components::JwsAlg), user_info_encryption_alg: T.nilable(Models::Components::JweAlg), user_info_encryption_enc: T.nilable(Models::Components::JweEnc), bc_request_sign_alg: T.nilable(Models::Components::JwsAlg)).void }
|
|
702
553
|
def initialize(number: nil, service_number: nil, client_name: nil, client_names: nil, description: nil, descriptions: nil, client_id: nil, client_secret: nil, client_id_alias: nil, client_id_alias_enabled: nil, client_type: nil, application_type: nil, logo_uri: nil, logo_uris: nil, contacts: nil, tls_client_certificate_bound_access_tokens: nil, dynamically_registered: nil, software_id: nil, developer: nil, software_version: nil, registration_access_token_hash: nil, created_at: nil, modified_at: nil, grant_types: nil, response_types: nil, redirect_uris: nil, token_auth_method: nil, self_signed_certificate_key_id: nil, tls_client_auth_subject_dn: nil, tls_client_auth_san_dns: nil, tls_client_auth_san_uri: nil, tls_client_auth_san_ip: nil, tls_client_auth_san_email: nil, par_required: nil, request_object_required: nil, request_uris: nil, default_max_age: nil, default_acrs: nil, auth_time_required: nil, subject_type: nil, sector_identifier_uri: nil, derived_sector_identifier: nil, jwks_uri: nil, jwks: nil, login_uri: nil, tos_uri: nil, tos_uris: nil, policy_uri: nil, policy_uris: nil, client_uri: nil, client_uris: nil, bc_delivery_mode: nil, bc_notification_endpoint: nil, bc_user_code_required: nil, attributes: nil, extension: nil, authorization_details_types: nil, custom_metadata: nil, front_channel_request_object_encryption_required: nil, request_object_encryption_alg_match_required: nil, request_object_encryption_enc_match_required: nil, digest_algorithm: nil, single_access_token_per_subject: nil, pkce_required: nil, pkce_s256_required: nil, dpop_required: nil, automatically_registered: nil, explicitly_registered: nil, rs_request_signed: nil, rs_signed_request_key_id: nil, client_registration_types: nil, organization_name: nil, signed_jwks_uri: nil, entity_id: nil, trust_anchor_id: nil, trust_chain: nil, trust_chain_expires_at: nil, trust_chain_updated_at: nil, locked: nil, credential_offer_endpoint: nil, fapi_modes: nil, response_modes: nil, credential_response_encryption_required: nil, mtls_endpoint_aliases_used: nil, in_scope_for_token_migration: nil, metadata_document_location: nil, metadata_document_expires_at: nil, metadata_document_updated_at: nil, discovered_by_metadata_document: nil, client_source: nil, additional_properties: nil, authorization_sign_alg: nil, authorization_encryption_alg: nil, authorization_encryption_enc: nil, token_auth_sign_alg: nil, request_sign_alg: nil, request_encryption_alg: nil, request_encryption_enc: nil, id_token_sign_alg: nil, id_token_encryption_alg: nil, id_token_encryption_enc: nil, user_info_sign_alg: nil, user_info_encryption_alg: nil, user_info_encryption_enc: nil, bc_request_sign_alg: nil)
|