There was an error while loading. Please reload this page.
1 parent cbf0ef9 commit 06cf809Copy full SHA for 06cf809
1 file changed
app/models/authentication_provider/service_discovery_provider.rb
@@ -1,8 +1,6 @@
1
# frozen_string_literal: true
2
3
class AuthenticationProvider::ServiceDiscoveryProvider < AuthenticationProvider
4
- attr_accessible :account, :token_url, :authorize_url, :user_info_url, :client_id, :client_secret, :system_name,
5
- :kind, :skip_ssl_certificate_verification
6
7
def self.build(options = {})
8
new do |provider|
0 commit comments