2018-03-03 15:00:43 +00:00
|
|
|
gstore.add('popup_click', function(){
|
2018-03-03 15:21:41 +00:00
|
|
|
|
|
|
|
/* (1) Open popup */
|
2018-03-03 15:00:43 +00:00
|
|
|
window.pop = window.open('https://sso.univ-pau.fr/cas/login?service=http://ptut.com:8080/api/v/1.0/cas', '_blank', 'location=no,height=1024,width=1024,scrollbars=yes,status=no');
|
2018-03-03 15:21:41 +00:00
|
|
|
|
|
|
|
/* (2) If popup closed -> abort */
|
|
|
|
window.popint = setInterval(function(){ window.pop.closed && window.cas_callback(null); }, 500);
|
|
|
|
|
2018-03-03 15:00:43 +00:00
|
|
|
});
|
2018-03-03 15:21:41 +00:00
|
|
|
|
|
|
|
gstore.add('login_class', 'neutral');
|
|
|
|
gstore.add('login_error_text', '');
|