PHP Classes

File: web/SSO/modules/core/docs/authproc_warnshortssointerval.txt

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/core/docs/authproc_warnshortssointerval.txt   Download  
File: web/SSO/modules/core/docs/authproc_warnshortssointerval.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 341 bytes
 

Contents

Class file image Download
`core:WarnShortSSOInterval` =========================== Give a warning to the user when authenticating twice in a short time. This is mainly intended to prevent redirect loops between the IdP and the SP. Example ------- 'authproc' => array( 50 => array( 'class' => 'core:WarnShortSSOInterval', ), ),