2021-09-15 03:02:27 +00:00
|
|
|
require "sso_login_box/engine"
|
|
|
|
|
|
|
|
module SsoLoginBox
|
2021-10-28 01:06:52 +00:00
|
|
|
# def self.controller_name #if defined, call controller's logout method
|
|
|
|
# "SsoLoginBoxController"
|
|
|
|
# end
|
|
|
|
def self.logout_url
|
|
|
|
"https://cas.ccu.edu.tw/logout"
|
|
|
|
end
|
2021-09-15 03:02:27 +00:00
|
|
|
end
|