############################################################################## # Copyright (c) 2019 opnfv. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## OPENID = 'openid' ROLE = 'role' DEFAULT_ROLE = '' # OpenID parameters OPENID_MODE = 'openid.mode' OPENID_NS = 'openid.ns' OPENID_RETURN_TO = 'openid.return_to' OPENID_CLAIMED_ID = 'openid.claimed_id' OPENID_IDENTITY = 'openid.identity' OPENID_REALM = 'openid.realm' OPENID_NS_SREG = 'openid.ns.sreg' OPENID_NS_SREG_REQUIRED = 'openid.sreg.required' OPENID_NS_SREG_EMAIL = 'openid.sreg.email' OPENID_NS_SREG_FULLNAME = 'openid.sreg.fullname' OPENID_ERROR = 'openid.error' CSRF_TOKEN = 'csrf_token'