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 = "urn:mace:incommon:internet2.edu" | |
# Percent-encoded form of ENTITY_ID above | |
ENTITY_ID_ENCODED = "urn:mace:incommon:internet2.edu" | |
# SHA-1 transformed form of ENTITY_ID above | |
ENTITY_ID_SHA1 = "2cb369971729a3e5e30ad48ae408aeafad613645" | |
# InCommon URL-style entityID | |
INC_ENTITY_ID_URL = "https://carmenwiki.osu.edu/shibboleth" | |
# Percent-encoded form of INC_ENTITY_ID_URL above | |
INC_ENTITY_ID_URL_ENCODED = "https:%2F%2Fcarmenwiki.osu.edu%2Fshibboleth" | |
# InCommon URN-style entityID | |
INC_ENTITY_ID_URN = "urn:mace:incommon:internet2.edu" |