even more detailed error message

pull/6827/head
Markus Kahl 11 years ago
parent 5db25fdb39
commit 0f2a18dde4
  1. 5
      lib/omniauth/openid_connect/provider.rb

@ -166,8 +166,11 @@ module OmniAuth
openid_connect:
#{self.class.provider_name}:
#{name}: <value>
You can also configure it in Settings["plugin_openproject_openid_connect"]["providers"]
in form of a hash analog to the yaml configuration shown above.
MSG
raise msg.strip
raise ArgumentError, msg.strip
end
end
end

Loading…
Cancel
Save