Class: SignIn::OpenidConnectCertificatesController
- Inherits:
-
ApplicationController
- Object
- ActionController::API
- ApplicationController
- SignIn::OpenidConnectCertificatesController
- Defined in:
- app/controllers/sign_in/openid_connect_certificates_controller.rb
Constant Summary
Constants included from ExceptionHandling
ExceptionHandling::SKIP_SENTRY_EXCEPTION_TYPES
Constants included from Authentication
Authentication::BEARER_PATTERN
Instance Attribute Summary
Attributes inherited from ApplicationController
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from Traceable
Methods included from SentryControllerLogging
#set_tags_and_extra_context, #tags_context, #user_context
Methods included from SentryLogging
#log_exception_to_sentry, #log_message_to_sentry, #non_nil_hash?, #normalize_level, #rails_logger, #set_sentry_metadata
Methods included from Headers
Methods included from ExceptionHandling
#render_errors, #report_mapped_exception, #report_original_exception, #skip_sentry_exception?, #skip_sentry_exception_types
Methods included from Instrumentation
#append_info_to_payload, #session
Methods included from Authentication
#access_token, #access_token_authenticate, #authenticate, #authenticate_access_token, #bearer_token, #cookie_access_token, #handle_authenticate_error, #load_user, #load_user_object, #scrub_bearer_token, #validate_request_ip
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/sign_in/openid_connect_certificates_controller.rb', line 7 def index render json: SignIn::OpenidConnectCertificatesPresenter.new.perform end |