Sha256: ad0a24feb0a16fe383506d7f71cff78a93f29c91fb7d6b987e9458848d039169
Contents?: true
Size: 315 Bytes
Versions: 7
Compression:
Stored size: 315 Bytes
Contents
GDS::SSO.config do |config| config.user_model = "User" config.oauth_id = 'gds-sso-test' config.oauth_secret = 'secret' config.oauth_root_url = "http://localhost:4567" config.basic_auth_user = 'test_api_user' config.basic_auth_password = 'api_user_password' config.default_scope = 'test-app' end
Version data entries
7 entries across 7 versions & 1 rubygems