Skip to content

Latest commit

 

History

History
252 lines (126 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

252 lines (126 loc) · 15.8 KB

Changelog

0.17.5 (2023-01-02)

Bug Fixes

  • security: bump jsonwebtoken to 9.0.0 (#205) (d8e76db)
  • security: bump passport-saml to 3.2.4 (708aed7)

0.17.4 (2022-12-14)

Bug Fixes

0.17.3 (2022-09-29)

Bug Fixes

0.17.2 (2022-09-26)

Bug Fixes

  • config: return default completePath (#164) (b20d813)
  • security: update vulnerable passport (45db57d)

0.17.1 (2022-09-22)

Bug Fixes

  • KeyCertFormatter: return multi-line key or cert (6c0e71d)

0.17.0 (2022-08-27)

Features

  • add start script to production env (01f0768)
  • service: add systemd service script (a00fef8)

Bug Fixes

  • security: upgrade passport-saml (f06eadc)

0.16.0 (2022-07-11)

Features

  • loggerDecorator: call add with trustRelation (6cf18d7)
  • loggerDecorator: call debug with expected params (6cf18d7)
  • loggerDecorator: call info with expected params (6cf18d7)
  • logging: add logger decorator to add tr composite (93c7a93)

0.15.0 (2022-07-11)

Features

  • logger: setup daily rotation (80f4591)
  • logging: setup according to gluu-server patterns (a93b141)
  • serverConfig: parse int and bool from env (a56f969)
  • server: log start info (bd4c429)

0.14.0 (2022-07-08)

Features

  • config: validate config loaded from env (#138) (0c62053)

0.13.3 (2022-06-29)

Bug Fixes

  • config: correct env var name for proxyConfigPath (2aaa2d9)
  • config: update configuration env variables names (#135) (2aaa2d9)
  • remove old unused persistence configuration (2aaa2d9)

0.13.2 (2022-06-28)

Bug Fixes

  • CreateRemoteIdp: throws if no host param (#133) (e1c969f)

0.13.1 (2022-06-11)

Bug Fixes

  • UmaAuthenticator: add needed content-type headers (92a25e7)

0.13.0 (2022-05-11)

Features

0.12.0 (2022-03-29)

Features

  • authenticator: add propper message to error (d23ca1c)
  • getTrByHost: use oxTrust api to get trust relation (#114) (5383ff5)
  • oxTrustApi: add UMA auth flow to client (#113) (375e96a)
  • oxTrustCreateTr: create TR using persistence api (#112) (45b039e)

Bug Fixes

  • authenticator: parse hostname from origin (576bce4)
  • remove mongoDB (#115) (4e88f61)
  • UMA token handling in AddTrustRelation (#117) (798b763)
  • UmaAuthenticator: use correct methods to request ticket # (#122) (d7a7b5d)

0.11.0 (2021-10-12)

Features

  • pickDefaultSso.ts: change default sso binding to HTTP-Redirect (#92) (80bbf65), closes #90
  • SpInitAuthn: return auto-submit form (fc92f23)
  • SpInitiatedAuthn: ACS / callback route (#95) (52fe457)

Bug Fixes

  • MetadataGenerator: passport adapter use well formatted pem format (#94) (458f18f)
  • spInitAuthn: remove quote-marks from auto-submit form (#100) (81960d2)

0.10.0 (2021-09-06)

Features

  • readProxyCfg: add controller to dispatch request (#84) (8b1d8d4)
  • readProxySpConfig: add sync facade (#87) (36edf54)
  • readSpProxyConfig: add controller mapper (#86) (57cc69d)
  • readSpProxyConfig: add result dispatcher (#85) (0a9f95f)
  • readSpProxyConfig: add use case interactor (#81) (3642582)
  • transformer: transform cfg entity into response model (#83) (f24a271)

0.9.0 (2021-09-02)

Features

  • controllerLogger: add log decorator to controllers used by routes (#70) (9e93862)
  • errorLogger: add error logger decorator to error handler (#76) (7ff687e)

0.8.0 (2021-08-30)

Features

  • AddTrFromMetadata: add protected endpoint for executing action (#66) (4900954)

0.7.0 (2021-08-27)

Features

  • GetTrByHost: get Trust Relation by host (#57) (656011c)

Bug Fixes

  • security: update passport-saml to fix vulnerability (#64) (e2e80a3)

0.6.0 (2021-08-25)

Features

  • add swagger file (#53) (88ed543)
  • GenerateSpMetadata: generate and expose sp metadata (#51) (37dcbde)

Miscellaneous Chores

0.5.0 (2021-08-18)

Features

  • AddTrFromMetadata: add TrustRelation from metadata url (#45) (3da89f6)

Miscellaneous Chores

0.4.0 (2021-08-17)

Features

  • GetRemoteIdp: get remote idp entity (#43) (6f323b3)

Miscellaneous Chores

0.3.0 (2021-08-14)

Features

Miscellaneous Chores

0.2.0 (2021-08-07)

Features

Bug Fixes

Miscellaneous Chores