SKOOR Auth Changelog
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.