Skip to content
Snippets Groups Projects
Commit 22b4a4c1 authored by Murray, Troy's avatar Murray, Troy
Browse files

Set gem to use production MSU OAuth2 provider

parent b9501667
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ module OmniAuth ...@@ -5,7 +5,7 @@ module OmniAuth
module Strategies module Strategies
class MSUnet < OmniAuth::Strategies::OAuth2 class MSUnet < OmniAuth::Strategies::OAuth2
option :client_options, { option :client_options, {
site: "https://oauth.dev.ais.msu.edu", site: "https://oauth.ais.msu.edu",
authorize_path: "/oauth/authorize", authorize_path: "/oauth/authorize",
authorize_url: "/oauth/authorize", authorize_url: "/oauth/authorize",
token_url: "/oauth/token" token_url: "/oauth/token"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment