SKOOR Auth Changelog
8.0.3
- Fixes bug that sometimes causes Auth service to crash while removing expired sessions.
8.0.2
- Removes unauthenticated sessions after 5 minutes of inactivity, preventing the session storage from becoming cluttered with numerous unauthenticated sessions.
8.0.1
- Implements username/password login in CashPilot adapter.
8.0.0
- Implements CashPilot adapter.
7.3.5
- Fixes bug that sometimes causes Engine Server to hang after password reset.
7.3.4
- Displays error message in case of OIDC login error
7.3.3
- Fixes bug that sometimes causes SKOOR Auth to crash if StableNet is not available.
7.3.2
- Expires StableNet Authorization tokens used for StableNet FDW after 5 minutes.
7.3.1
- Fixes excessive creation of session files when calling certain endpoints.
7.3.0
- Extends StableNet auth adapter to authenticate against multiple StableNet servers.
- Multiple servers can be defined using
webservice_url_<server_id>
.server_id
has to correspond with the one used in StableNet FDW.
- Multiple servers can be defined using
7.2.4
- Uses creadentials from Autorization header to authenticate against StableNet
7.2.3
- Enable preflight requests for
/auth/:providerId
and/revoke
7.2.2
- Fixes auth service crash in case of stopped or restarting SKOOR Engine.
7.2.1
- Removes listen.address option and always listen on all IPv4 and IPv6 addresses.
7.2.0
- Adds StableNet as login provider. This provider allows to authenticate against a StableNet installation using
a username and a password. It also allows passing
stablenetUser
andstablenetToken
as URL params and hence doing an auto login. - One provider can now be defined as the default provider.
- Allows to use the
POST /auth/<providerId>
withAccept: application/json
to get the session ID instead of redirecting back.
7.1.1
- Implements fallback to get OIDC login information from
userinfo
if not exists inID token
.
7.1.0
- No changes
7.0.0
- Set Apache ProxyPass retry to 0 to always retry connection.
6.1.1
- Allows setting provider hidden option by environment variable
6.1.0
- Moves proxy configuration to config file
- Fixes support for multiple tenants
6.0.1
- Allows to use HTTP Proxy using HTTP_PROXY and HTTPS_PROXY environment variables defined in /etc/environment.