[cpp-sp COMMIT] /branches/REL_2/shibsp/impl/XMLServiceProvider.cpp

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 21 22:16:40 GMT 2012


Author: scantor
Date: Wed Mar 21 22:16:40 2012
New Revision: 3594

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3594&view=rev
Log:
Get default AuthType added when custom types are used.

Modified:
    branches/REL_2/shibsp/impl/XMLServiceProvider.cpp

Modified: branches/REL_2/shibsp/impl/XMLServiceProvider.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/impl/XMLServiceProvider.cpp?rev=3594&r1=3593&r2=3594&view=diff
==============================================================================
--- branches/REL_2/shibsp/impl/XMLServiceProvider.cpp (original)
+++ branches/REL_2/shibsp/impl/XMLServiceProvider.cpp Wed Mar 21 22:16:40 2012
@@ -2161,6 +2161,7 @@
             if (extraAuthTypes.first) {
                 string types(extraAuthTypes.second);
                 split(outer->m_authTypes, types, is_space(), algorithm::token_compress_on);
+                outer->m_authTypes.insert("shibboleth");
             }
         }
     }



More information about the commits mailing list