Exception: OpenidBackchannelLogout::Error::IssuerNotConfiguredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/openid_backchannel_logout/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



42
43
44
# File 'lib/openid_backchannel_logout/error.rb', line 42

def message
  'Issuer must be set in OpenidBackchannelLogout configuration'
end