Skip to content
Snippets Groups Projects
Commit b226d8f4 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

Update file views.py

parent d87ac9a2
No related branches found
No related tags found
No related merge requests found
Pipeline #1315092 passed
Pipeline: FIRST_START

#1315099

    ......@@ -68,7 +68,7 @@ def shib_connector_resolver_to_pairwaise_id(email, provider):
    user_id, lrs_type = email.split("@")
    if settings.SHIB_ID_CONNECTOR_CACHE and r.exists(email):
    shib_id = r.get(email)
    shib_id = str(r.get(email), encoding='utf-8')
    else:
    client = zeep.Client(wsdl=settings.SHIB_ID_CONNECTOR_URL)
    app_secret = settings.SHIB_ID_CONNECTOR_APP_SECRET
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment