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

Add MSU OAuth testing site url to comments of strategy

parent 3ed105cd
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,9 @@ module OmniAuth
class Msunet < OmniAuth::Strategies::OAuth2
option :client_options, {
:site => 'http://oauth-server.dev',
#:site => 'oauth.dev.ais.msu.edu',
:authorize_url => 'http://oauth-server.dev/oauth/authorize'
#,:token_url => 'https://oauth.msu.edu/login/oauth/access_token'
#,:token_url => 'https://oauth.dev.ais.msu.edu/oauth/access_token'
}
def request_phase
......
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