JanRain OpenID Library

PAPE.php

An implementation of the OpenID Provider Authentication Policy Extension 1.0

See: http://openid.net/developers/specs/

Interfaces, Classes, Traits and Enums

Auth_OpenID_PAPE_Request
A Provider Authentication Policy request, sent from a relying party to a provider
Auth_OpenID_PAPE_Response
A Provider Authentication Policy response, sent from a provider to a relying party

Table of Contents

Auth_OpenID_PAPE_NS_URI  = "http://specs.openid.net/extensions/pape/1.0"
PAPE_AUTH_MULTI_FACTOR  = 'http://schemas.openid.net/pape/policies/2007/06/multi-factor'
PAPE_AUTH_MULTI_FACTOR_PHYSICAL  = 'http://schemas.openid.net/pape/policies/2007/06/multi-factor-physical'
PAPE_AUTH_PHISHING_RESISTANT  = 'http://schemas.openid.net/pape/policies/2007/06/phishing-resistant'
PAPE_TIME_VALIDATOR  = '/^[0-9]{4,4}-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9]Z$/'

Constants

Auth_OpenID_PAPE_NS_URI

public mixed Auth_OpenID_PAPE_NS_URI = "http://specs.openid.net/extensions/pape/1.0"

PAPE_AUTH_MULTI_FACTOR

public mixed PAPE_AUTH_MULTI_FACTOR = 'http://schemas.openid.net/pape/policies/2007/06/multi-factor'

PAPE_AUTH_MULTI_FACTOR_PHYSICAL

public mixed PAPE_AUTH_MULTI_FACTOR_PHYSICAL = 'http://schemas.openid.net/pape/policies/2007/06/multi-factor-physical'

PAPE_AUTH_PHISHING_RESISTANT

public mixed PAPE_AUTH_PHISHING_RESISTANT = 'http://schemas.openid.net/pape/policies/2007/06/phishing-resistant'

PAPE_TIME_VALIDATOR

public mixed PAPE_TIME_VALIDATOR = '/^[0-9]{4,4}-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9]Z$/'

Search results