Skip to content
Permalink
645a8df664
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
21 lines (15 sloc) 718 Bytes
# 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"