Permalink
Cannot retrieve contributors at this time
md-query-saml-uat/variables.py.example
Go to file# Base Metadata Query server URL (without trailing "/") | |
# Example: https://example.org/md | |
BASE_URL = "http://md.sandbox.ti.internet2.edu" | |
# Any known existing entityID | |
ENTITY_ID = "https://fm.incommon.org/sp" | |
# Percent-encoded form of ENTITY_ID above | |
ENTITY_ID_ENCODED = "https:%2F%2Ffm.incommon.org%2Fsp" | |
# Percent-encoded form of ENTITY_ID above using uppercase percent-encoding | |
ENTITY_ID_ENCODED_UPPERCASE = "https:%2F%2Ffm.incommon.org%2Fsp" | |
# Percent-encoded form of ENTITY_ID above using lowercase percent-encoding | |
ENTITY_ID_ENCODED_LOWERCASE = "https:%2f%2ffm.incommon.org%2fsp" | |
# SHA-1 transformed form of ENTITY_ID above | |
ENTITY_ID_SHA1 = "20f0fe93f679ac8a2ddcf0822ecdec007c56546f" | |
# InCommon URL-style entityID | |
INC_ENTITY_ID_URL = "https://fm.incommon.org/sp" | |
# Percent-encoded form of INC_ENTITY_ID_URL above | |
INC_ENTITY_ID_URL_ENCODED = "https:%2F%2Ffm.incommon.org%2Fsp" | |
# InCommon URN-style entityID | |
INC_ENTITY_ID_URN = "urn:mace:incommon:internet2.edu" |