Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 336 Bytes

README.rdoc

File metadata and controls

17 lines (11 loc) · 336 Bytes

omniauth-ews

Exchange Web Services (EWS) authentication strategy for OmniAuth

Usage

Install manually or using Bundler:

gem 'omniauth-ews'

Add :ews provider to omniauth builder:

use OmniAuth::Builder do
  provider :ews, :endpoint => "https://example.com/ews/exchange.asmx"
  # provider ...
end