- Aug 23, 2022
-
-
Tim van Dijen authored
(cherry picked from commit 8a68ea27)
-
Thijs Kinkhorst authored
(cherry picked from commit e5669a0e)
-
- Jul 14, 2022
-
-
Tim van Dijen authored
-
- Jun 24, 2022
-
-
Tim van Dijen authored
-
- Jun 20, 2022
-
-
Thijs Kinkhorst authored
Closes: #1659
-
- Jun 13, 2022
-
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
-
- Feb 21, 2022
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jan 06, 2022
-
-
Bart Langelaan authored
-
- Aug 31, 2021
-
-
Thijs Kinkhorst authored
-
- Aug 27, 2021
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
This auth source no longer supports SAML 1.1 so the ACS code was keeping track of protocol support with only SAML 2.0 as an option to be added. Therefore, simplify and set this globally in the class. Keep the outside interface for now the same where getSupportedProtocols returns as list of the supported protocol. Note: if you specify AssertionConsumerService in your config you are responsible for it having actually bindings that we support. This has always been the case. This PR makes no attempt to change it (the specified URLs can even be outside of SSP).
-
Thijs Kinkhorst authored
-
- Aug 24, 2021
-
-
Tim van Dijen authored
-
- Aug 18, 2021
-
-
Thijs Kinkhorst authored
Unify Organization* documentation since the SAML spec (and SSP) requires either all to be specified or none.
-
Thijs Kinkhorst authored
Since the functional description is that it would fill OrganizationURL, for which a config option already exists, there's no use to make it work, rather just simplify and drop the docs.
-
Thijs Kinkhorst authored
-
- Aug 17, 2021
-
-
Tim van Dijen authored
-
- Mar 31, 2021
-
-
François Freitag authored
The old privatekey_pass was (wrongly) expected to be reused for the new privatekey_pass. That prevented my SP from loading the new_privatekey. Users could not log in from entities using the new key. Clarify that the new key needs a new_privatekey_pass entry.
-
- Feb 24, 2021
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Closes: #1430
-
- Oct 30, 2020
-
-
Thijs Kinkhorst authored
-
- Jun 26, 2020
-
-
Simão Martins authored
* Configurable ProviderName Co-authored-by:
Tim van Dijen <tvdijen@gmail.com> Closes #1346
-
- May 14, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
* Remove deprecated classes * Remove support for certificate fingerprints * Remove many deprecated methods and pieces of code * Remove SAML1.1/Shib1.3 support * Remove many superfluous annotations * Update unit test to work with new PHPunit Closes #1268 Closes #1020 Closes #431 Closes #167 Closes #151
-
- Feb 12, 2020
-
-
Thijs Kinkhorst authored
-
- Oct 25, 2019
-
-
Pavel Břoušek authored
add store option to SQLPersistentNameID
-
- Jun 21, 2019
-
-
Jon Dufresne authored
-
- Jun 03, 2019
-
-
Thijs Kinkhorst authored
-
- Mar 21, 2019
-
-
Sean Hannan authored
This commit adds the ability to override the defaults in the generated SP metadata for SLO Location and ACS endpoints. This is necessary for my use case as I have additional ACS endpoints to publish in my metadata beyond the generated ones as well as a custom SLO handler that I need to direct my users to. If unset in the config, it uses the defaults as before.
-
- Dec 07, 2018
-
-
bjorpe authored
-
- Nov 21, 2018
-
-
Guy Halse authored
Change documentation from recommending 2048 bit keys to using 3072 bit keys. Given that we're recommending people generate ten-year keys, 2048 bit keys are probably a bit short. Almost all commercial certificate authorities now recommend 4096 bit keys, and eduGAIN requires 3072 bit keys for new federations. This change aligns the SimpleSAMLphp documentation with the lower eduGAIN requirement, since that still meets most standards bodies recommendations for 2028 (ten years from now). cf https://www.keylength.com/
-
- Nov 15, 2018
-
-
Thijs Kinkhorst authored
-
- Nov 13, 2018
-
-
Thijs Kinkhorst authored
-
- Sep 23, 2018
-
-
peter authored
-
- May 29, 2018
-
-
Thijs Kinkhorst authored
SHA-1 is still supported but needs to be configured explicitly if you need it.
-
- May 24, 2018
-
-
Thijs Kinkhorst authored
-
- Sep 07, 2017
-
-
Jaime Pérez Crespo authored
It can now be used with \SimpleSAML\Auth\Simple, although the old name still works too.
-
- Jun 01, 2017
-
-
Thomas Vanhaniemi authored
Added configuration support for index and isDefault on the generated md:AttributeConsumingService element Added two metadata configuration options attributes.index and attributes.isDefault to the Service Provider section that outputs to the md:AttributeConsumingService element. attributes.index overrides the index attribute value with another integer value specified. attributes.isDefault adds the isDefault attribute with the given boolean value, if the configuration option is specified.
-