Skip to content

Exchange Web Services (EWS) authentication strategy for OmniAuth

License

Notifications You must be signed in to change notification settings

arojoal/omniauth-ews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exchange Web Services (EWS) authentication strategy for OmniAuth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages