- Apr 13, 2021
-
-
Tim van Dijen authored
Remove authlinkedin instead
-
- Apr 30, 2020
-
-
Thijs Kinkhorst authored
-
- Apr 15, 2020
-
-
Philipp Kolmann authored
Squashed commits: [090679e6b] authsources must be an array [1778d0c21] only set the AuthSource if it also exists, but always remove the config variable. [c09669e32] add the possibility to specify one AuthSource to be shown and the rest are used via multiauth:MultiAuth
-
- Oct 04, 2019
-
-
Tim van Dijen authored
-
- Jul 02, 2019
-
-
Tim van Dijen authored
-
- May 20, 2019
-
-
Tim van Dijen authored
-
- Dec 11, 2018
-
-
Jon Dufresne authored
-
- Dec 08, 2018
-
-
Tim van Dijen authored
Break with MS AD
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Jul 28, 2018
-
-
Tim van Dijen authored
-
Agustin Villalba authored
This new feature allows the users to have a checkbox in the login form which works in the same way than "Remember my username" but for the organization selected in the dropdown
-
- May 29, 2018
-
-
Thijs Kinkhorst authored
SHA-1 is still supported but needs to be configured explicitly if you need it.
-
- May 27, 2018
-
-
Thijs Kinkhorst authored
-
- Feb 04, 2018
-
-
Tim van Dijen authored
-
- Jan 08, 2018
-
-
Agustin Villalba authored
-
- Oct 16, 2017
-
-
Agustin Villalba authored
This new feature allows the users to have a checkbox in the login form which works in the same way than "Remember my username" but for the organization selected in the dropdown
-
Agustin Villalba authored
This new feature allows the users to have a checkbox in the login form which works in the same way than "Remember my username" but for the organization selected in the dropdown
-
- Feb 15, 2017
-
-
Bjorn R. Jensen authored
-
- Sep 21, 2016
-
-
Michal Procházka authored
- Attributes which can be get from LinkedIn are now configurable - By default these attributes are requested: id,first-name,last-name,headline,summary,specialties,picture-url,email-address - Added email-address attribute into the default set - Fixed link to the documentation
-
- Jul 06, 2016
-
-
Guy Halse authored
rather than the discontinued OAuth WRAP. Attributes are now retrieved from the Microsoft Graph API rather than the Messenger API.
-
- May 08, 2016
-
-
Nicolas Liampotis authored
-
- Feb 02, 2016
-
-
David Yang authored
-
- Jan 29, 2016
-
-
David Yang authored
-
- Nov 06, 2015
-
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
Jaime Perez Crespo authored
This reverts commit 09c5a23f.
-
- Nov 05, 2015
-
-
Thijs Kinkhorst authored
SHA-1 is still supported but needs to be configured explicitly if you need it.
-
- May 14, 2015
-
-
Matt Schwager authored
-
- Jul 07, 2014
-
-
Jaime Perez authored
-
Jaime Perez authored
Update the documentation for the sqlauth module, discouraging plain text passwords and adding the appropriate security considerations.
-
- Apr 07, 2014
-
-
Jaime Perez authored
-
- Mar 14, 2014
-
-
Andrea Biancini authored
Modification to permit the automatic metadata creation of an SP to produce a friendlyName for RequestedAttributes. The current code works as follows. If authsources.php contains the following configuration: 'attributes' => array( 'eppn' => 'urn:oid:1.3.6.1.4.1.5923.1.1.1.6', 'mail' => 'urn:oid:0.9.2342.19200300.100.1.3', 'o' => 'urn:oid:2.5.4.10', 'cn' => 'urn:oid:2.5.4.3', 'givenName' => 'urn:oid:2.5.4.42', ), the metadata generator will produce the XML Metadata as follows: <md:RequestedAttribute FriendlyName="eppn" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="mail" Name="urn:oid:0.9.2342.19200300.100.1.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="o" Name="urn:oid:2.5.4.10" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="cn" Name="urn:oid:2.5.4.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="givenName" Name="urn:oid:2.5.4.42" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
-
- Nov 19, 2013
-
-
Jaime Pérez Crespo authored
Properly document the signature.algorithm option. Also add configuration examples showing how to start using SHA-256, and warning about SHA-1 being disallowed starting in 2014. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3297 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 18, 2013
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3295 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 26, 2012
-
-
Olav Morken authored
Thanks to Daniel Tsosie for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3196 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 28, 2012
-
-
Olav Morken authored
Thanks to Thijs Kinkhorst for providing this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3178 44740490-163a-0410-bde0-09ae8108e29a
-
- May 23, 2012
-
-
Olav Morken authored
Thanks to Ryan Panning for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3102 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 04, 2011
-
-
Olav Morken authored
Thanks to Dyonisius Visser for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2974 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 31, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2966 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 28, 2011
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2965 44740490-163a-0410-bde0-09ae8108e29a
-