Go to file
BoHung Chiu bc9327e5bc Update README. 2022-10-04 16:02:52 +08:00
app Fix ssl verify error. 2021-06-11 15:50:00 +08:00
bin first commit 2020-04-16 20:44:47 +08:00
config fix error 2020-04-16 21:04:30 +08:00
lib Fix sso_login button bug for ie explorer. 2020-07-20 16:54:59 +08:00
test first commit 2020-04-16 20:44:47 +08:00
.gitignore first commit 2020-04-16 20:44:47 +08:00
Gemfile first commit 2020-04-16 20:44:47 +08:00
MIT-LICENSE first commit 2020-04-16 20:44:47 +08:00
README.rdoc Update README. 2022-10-04 16:02:52 +08:00
Rakefile first commit 2020-04-16 20:44:47 +08:00
sso_login_box.gemspec remove dependency 2021-11-22 06:04:10 +00:00

README.rdoc

= SsoLoginBox

This project rocks and uses MIT-LICENSE.

vim config/initializers/ntnu_sso_info.rb

    ENV['APP_ID'] = '{{Your_ClientID}}'
    ENV['APP_SECRET'] = '{{YOUR_Secret}}'
    ENV['RESPONSE_TYPE'] = 'code'
    ENV['REDIRECT_URI'] = '{{Your_Web_URL}}/ntnu_oauth2'