Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. if (!$session->isValid('saml2') ) {
  2.     SimpleSAML_Utilities::redirect(
  3.         '/' . $config->getBaseURL() . 'saml2/sp/initSSO.php',
  4.         array('RelayState' => SimpleSAML_Utilities::selfURL())
  5.     );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement