Class: SignIn::OpenidConnectCertificatesController

Inherits:
ApplicationController show all
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 Method Summary collapse

Methods inherited from ApplicationController

#cors_preflight

Methods included from Traceable

#set_trace_tags

Methods included from SentryLogging

#log_exception_to_sentry, #log_message_to_sentry, #non_nil_hash?, #normalize_level, #rails_logger

Methods included from Headers

#block_unknown_hosts, #set_app_info_headers

Methods included from Authentication

#authenticate, #authenticate_service_account, #load_user

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/sign_in/openid_connect_certificates_controller.rb', line 7

def index
  render json: SignIn::OpenidConnectCertificatesPresenter.new.perform
end