Releases: mbict/befe
Dependencies update
updated go version to 1.23.3
updates all project dependencies
SSO provider handler fix
Adds invalid token handler when exchange of token or validation of token fails
results merger can hav subresults
Merger can now have subresults to merge
Bugfix decisions
v0.0.11 Fixed docker build file
Fix content negotiation and merger options added
Fix in content negotiation and results bucket, content merger accepts now merge only first result as option for enrichment
Adds header conditions
v0.0.8 Added header conditions
SSO provider options, reverseproxy host overwrite and router
Adds options for setting how cookies are set for SSO
Adds option for reverseProxy to overwrite the Host header with the target header (handy when locally developing and need to mimic the target domain name)
Replaced router tree logic to allow routes with actions e.g. http://localhost/api/resopurce/{resourceId}:actionToPerform
hotfix dynamic SSO
dynamic SSO had a hardcoded schemaon the redirect url
OIDC SSO, templates etc
Lots of improvements added the OIDC SSO feature, introduced templates and other conditional expressions
Redirect actions
Adds the redirect actions