Skip to content

Releases: SURFnet/sp-dashboard

4.2.2

01 Dec 13:49
Compare
Choose a tag to compare

Bugfix

  • Repair publish call during ACL save (this is already fixed in develop 4.4)

4.3.0

28 Nov 09:57
b4c32c4
Compare
Choose a tag to compare

The 4.3.0 release seems somewhat meager compared to the vast amount of changes performed in the 4.2.0 release.
Don't be fooled tho. As this release is introducing a major overhaul on the way entity attributes (grants)
are handled in the application. This error prone construction of having hard-coded references to the supported
attributes/grants resulted in many errors and bugs throughout the lifetime of SPD.

Having these attributes in a configurable JSON file makes managing them much easier.

Features

  • Dynamically handle SAML attributes (OIDC grants) from attributes.json configuration #537 #528 #531

Bugfix
Handle grants and redirect URLS correctly when updating an OIDC entity #551

4.2.1

28 Nov 09:43
5a612eb
Compare
Choose a tag to compare

Bugfixex

  • Ignore ACS locations that do not have the HTTP-POST Binding. #561

4.1.0

30 Aug 10:18
1145fe1
Compare
Choose a tag to compare

New features

  • Add the teamId to the service switcher #501
  • Log authenticated user #495

Bugfixes

  • Team select lists styling was broken #503
  • Correct faulty protocol mapping on oauth2 resource server and add a test #505
  • Jira ticket status was not updated correctly for 'request for deletion' entities #513
  • Small bugfixes: #502 #504 #506

4.0.1

13 Jan 10:32
Compare
Choose a tag to compare

Bugfixes

  • fix broken modals after oidc creation & client secret reset

Development

  • use the prebuilt openconext containers

4.0.0

06 Dec 09:18
Compare
Choose a tag to compare

4.0.0

Features

  • integrate team management in the SPD

Bugfixes

  • show correct translations for oidc attributes

Development

  • move CI to github actions
  • add teams to the docker container

3.3.1

23 Jul 08:22
Compare
Choose a tag to compare

Features

  • Lowercase protocol & hostname in redirect url
    Bugfixes
  • Only update acl fields on edit idp whitelist

3.3.0

14 Jun 09:41
Compare
Choose a tag to compare

Features

  • add a global site notice so admins can alert users to changes / important news
  • add support for the organizational unit name attribute
  • ensure both test and production get their own oidc modal (rather than sharing one)
  • add a redirect when hitting the log out link

Bugfixes

  • improve error message when creating SAML entities with an id that already exists
  • fix normal user redirect after deleting a published entity
  • ensure name is mandatory
  • hide edit for production entity on status removal requested
  • show the correct descriptions per language

Security

  • disable trace and track methods
  • disable showing the Apache version in headers

3.2.1

27 May 14:08
6517b36
Compare
Choose a tag to compare

Bugfix

  • Prevent double JQuery installations #467

3.2.0

20 May 09:11
9f08604
Compare
Choose a tag to compare

Feature

  • Add support for Client Credential Clients #445