From 1ec11a20657f6c00b3a72ac3fb4ac0de0371f53b Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 24 Jan 2016 11:08:33 -0600
Subject: [PATCH] Tweak SAML sample settings to match UIUC config

---
 local_settings.py.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/local_settings.py.example b/local_settings.py.example
index 4f02a8a6..03e3a46a 100644
--- a/local_settings.py.example
+++ b/local_settings.py.example
@@ -183,7 +183,7 @@ if RELATE_SIGN_IN_BY_SAML2_ENABLED:
         'service': {
             'sp': {
                 'name': 'RELATE SAML2 SP',
-                'name_id_format': saml2.saml.NAMEID_FORMAT_PERSISTENT,
+                'name_id_format': saml2.saml.NAMEID_FORMAT_TRANSIENT,
                 'endpoints': {
                     # url and binding to the assertion consumer service view
                     # do not change the binding or service name
-- 
GitLab