Skip to content
Snippets Groups Projects
Forked from MSU Middleware Group / omniauth-msunet
51 commits behind the upstream repository.
Troy Murray's avatar
Murray, Troy authored
Update site and authorize url for testing Gitlab login with local OAuth server, change user to uid for returned structure
43727e58
History

OmniAuth MSUnet

This is the official OmniAuth strategy for authenticating to Michigan State University MSUnet. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the MSUnet Applications Page.

Installation

To install this gem you need to use gem install omniauth-msunet --pre

Basic Usage

use OmniAuth::Builder do
  provider :msunet, ENV['MSUNET_KEY'], ENV['MSUNET_SECRET']
end

License

TODO: Add license from MSU General Counsel & MSU Intellectual Property Office.