Sha256: c23d7961c5795aca4762ba2734e9f529801cf5809e5950a49189b3f65f36e446

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

# ominauth-bn-office365

This gem allows you to use Azure Active Directory Authentication with OmniAuth for signing in users.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ominauth-bn-office365'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install omniauth-bn-office365

## Usage


Add the office365 provider to the OmniAuth.rb initializer to use the provider.

    provider :office365, ENV['AZURE_APP_ID'], ENV['AZURE_APP_SECRET'],
        allowed_domains: 'gmail.com'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-bn-office365-0.1.2 README.md
omniauth-bn-office365-0.1.1 README.md