An implementation of the OpenID Provider Authentication Policy
Extension 1.0, Draft 5
|
|
ns_uri = 'http://specs.openid.net/extensions/pape/1.0'
|
|
|
AUTH_MULTI_FACTOR_PHYSICAL = 'http://schemas.openid.net/pape/p...
|
|
|
AUTH_MULTI_FACTOR = 'http://schemas.openid.net/pape/policies/2...
|
|
|
AUTH_PHISHING_RESISTANT = 'http://schemas.openid.net/pape/poli...
|
|
|
AUTH_NONE = 'http://schemas.openid.net/pape/policies/2007/06/n...
|
|
|
TIME_VALIDATOR = re.compile(r'^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d...
|
|
|
LEVELS_NIST = 'http://csrc.nist.gov/publications/nistpubs/800-...
|
|
|
LEVELS_JISA = 'http://www.jisa.or.jp/spec/auth_level.html'
|
|
|
__package__ = 'openid.extensions.draft'
|