Skip to content

Release 5.3.6

Compare
Choose a tag to compare
@nollymar nollymar released this 12 Aug 17:52
695deec
Issue 18279 saml core (#19069)

* #18279 adding first changes for the SAML into the dotCMS core

* #18279 adding some progress into the SamlWebInterceptor, work is not done yet and still with errors

* #18279 more changes and refactoring

* #18279 Web Interceptor kinda migrated and not errors, probably does not run yet

* #18279 making some progress on the default configuration

* #18279 adding more support for the configuration, inital values are in progress

* #18279 starting the idp config factory, after a chat with scout the approach is not right, will change later

* #18279 latest changes for the configuration of SAML bundle OSGI on dotCMS, we are missing the support from apps to retrieve file (for metadata, private key and cert) but it will be mock by now

* #18279 minor changes

* #18279 fixing a compilation issue

* #18279 adding the osgi bundle dependency

* #18279 more changes to integrate SAML into the core

* #18279 good progress on integrate SAML is done as part of the commit, SMAL is being started and the interaction between the bundle and dotcms is right

* #18279 latest change to handle post login request from the idp

* #18279 now saml is alive and working, were successfully connected with google account

* #18279 name id was set in a wrong way

* #18279 adding codacy feedback

* #18279 adding unit test for SAML core

* #18279 fixing a compilation error

* #18279 adding unit test

* #18279 adding validators for the SAML configuration

* #18279 changes for validation

* #18279 adding latest changes

* #18279 added the new yaml

* #18279 minor fix

* #18279 adding the dotsaml yml to the default config

* #18279 removing by now the test, will see later

* #18279 removing commented dependencies on gradle

* #18279 codacy and review feedback

* #18279 more changes

* #18279 adding fixes and unit test

* #18279 change a level log when osgi does not start

* #18279 added the Http Post authentication + webdev authentication by user+jwt

* #18279 making it less noisy

* #18279 adding fixes and the logout to the resources

* #18279 fixing an unit test

* #18279 adding icon and doc link

* #18279 adding icon and doc link

* #18279 adding icon and doc link

* #18279 adding icon and doc link

* #18279 adding a new bundle reference and ignoring saml on the plugins console

* #18279 minor fix when the session on logout is null

* #18279 minor change for the logout

Co-authored-by: Will Ezell <will@dotcms.com>