Skip to content

janx/omniauth-broadworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth::Broadworks

OmniAuth stratgies to pull user profile from Broadworks through XSI api.

Usage

Install manually or using Bundler:

gem 'omniauth-broadworks'

Add :broadworks provider to omniauth builder:

# configuration for xdp sandbox
use OmniAuth::Builder do
  provider :broadworks, "http://xsp1.xdp.broadsoft.com/com.broadsoft.xsi-actions/v2.0", domain: 'xdp.broadsoft.com'
  # provider ...
end

About

Broadworks XSI authentication strategy for OmniAuth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages