Module openid
source code
product: LinOTP2
module: linotpd
edition: Community Edition
Copyright (C) 2010 - 2012 LSE Leading Security Experts GmbH
License: AGPLv3
contact: http://www.linotp.org
http://www.lsexperts.de
linotp@lsexperts.de
Description: This file is part of the linotpd service
This is the controller for the openid service
Dependencies: -
|
|
ASSOC_EXPIRES_IN = 3600
|
|
|
COOKIE_NAME = 'linotp_openid'
|
|
|
audit = None
hash(x)
|
|
|
storage = None
hash(x)
|
|
|
optional = True
|
|
|
required = False
|
|
|
log = logging.getLogger(__name__)
|
|
|
__package__ = 'linotp.controllers'
|