We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fe4a0 commit 3a5847bCopy full SHA for 3a5847b
src/onelogin/saml2/settings.py
@@ -262,7 +262,7 @@ def __add_default_values(self):
262
263
# Related to nameID
264
if 'NameIDFormat' not in self.__sp:
265
- self.__sp['NameIDFormat'] = OneLogin_Saml2_Constants.NAMEID_PERSISTENT
+ self.__sp['NameIDFormat'] = OneLogin_Saml2_Constants.NAMEID_UNSPECIFIED
266
if 'nameIdEncrypted' not in self.__security:
267
self.__security['nameIdEncrypted'] = False
268
0 commit comments