README.md in omniauth-idnet-0.0.8 vs README.md in omniauth-idnet-0.0.9
- old
+ new
@@ -46,10 +46,10 @@
Rails.application.config.middleware.use OmniAuth::Builder do
provider :idnet, APP_CONFIG[:app_id], APP_CONFIG[:app_secret],
:client_options => {:site => "http://custom.idnet.server.org/",
:authorize_url => "http://custom.idnet.server.org/oauth/authorize",
:token_url => "http://custom.idnet.server.org/oauth/token",
- :ssl => false # if your provider does not use ssl
+ :ssl => {:verify => false} # if your provider does not use ssl
}
end
```
If no `:client_options` passed, default `https://www.id.net/` provider URL will be used.