SAML Identity Provider icon

SAML Identity Provider

Version 1.3.5

May 4, 2021

Fixing

  • Issue with mapping preview.

Version 1.3.3

April 13, 2021

Added

  • Ability to be explicit with idp provider when passing a request url.

Version 1.3.2

February 12, 2021

Fixed

  • Fixed mirgration issue with duplicate metadataOptions column

Version 1.3.1

February 11, 2021

Version 1.3.0

February 11, 2021

Added

  • Adding better multisite support

Version 1.2.4

December 16, 2020

Added

  • Updates to CICD. Using github actions! 🚀

Version 1.2.3

December 14, 2020

Fixed

  • Issue with IdP initiated logins

Version 1.2.2

October 29, 2020

Fixed

  • Issue where SP and IdP plugin couldn't be installed on the same craft db due to table conflicts.

Version 1.2.0

July 14, 2020

Changed

  • Updated simplesamlphp/saml2

Version 1.1.0.2

January 8, 2020

Fixed

  • Fixing issue with Craft 3.2 twig error within the editableTable

Version 1.1.0.1

January 8, 2020

Fixed

  • Fixing migration issue with craft installs with prefixes.

Version 1.1.0

January 7, 2020

Fixed

  • Fixing issue with requiring admin when project config when allowAdminChanges general config is set.
  • Duplicate metadata html attribute id on the edit page
  • Fixed issue with large Metadata too big for the db metadata column (requires migration) https://github.com/flipboxfactory/saml-sp/issues/48

Added

Changed

  • Valid Audience in the Response is now set to the entity id of the destination.

Version 1.0.14

December 21, 2019

Fixed

  • Fixed issue when login is via ajax call. This ends up being a very nice enhancement, cleaning up the login process when a user isn't already logged in!

Version 1.0.13

December 17, 2019

Fixed

  • Fixed issue where the after Response message creation wasn't passing the response to the event correctly.

Version 1.0.7

October 8, 2019

Added

  • Added AudienceRestriction to the Response message.

Version 1.0.6

October 7, 2019

Removed

  • flipboxfactory/craft-ember package to easy updates with dependancies.

Version 1.0.5

September 26, 2019

Fixed

  • Fixed issue with encryption assertions

Version 1.0.4

September 25, 2019

Fixed

  • Fixing more xsd schema compatibility. Changed message ids to be compatible.
  • Fixed exception when the user tries to logout (SLO) when they are already logged out.

Version 1.0.3

September 17, 2019

Fixed

  • Adding protocolSupportEnumeration and wantsAuthnRequestsSigned to the metadata

Version 1.0.0

September 17, 2019

Changed

  • Various template updates to specify IDP

    Added

  • Environment Variable Support

Version 0.0.8

July 8, 2019

Fixed

Changed

  • Core changes: Removing SLO ResponseLocation for always using the Location. Exchanging metadata for new SLO may be needed.
  • Core changes: Allowing SLO to utilize REDIRECT binding

Version 0.0.7

June 24, 2019

Added

  • Starting to use the Changelog!
  • Adding allow any to user group access options

Changed

  • Changing the group options access control to allow the user to login if they are apart of one user group on the allow list.