Releases: owncloud/ocis-konnectd
0.3.2
Changes in 0.3.2
Summary
- Bugfix - Add silent redirect url: #69
- Bugfix - Build docker images with alpine:latest instead of alpine:edge: #71
Details
-
Bugfix - Add silent redirect url: #69
Adds the oidc-silent-redirect.html phoenix uses to silently refresh access tokens to the
default identifier-registration.yml -
Bugfix - Build docker images with alpine:latest instead of alpine:edge: #71
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
0.3.1
0.3.0
Changes in 0.3.0
Summary
- Bugfix - Redirect to the provided uri: #26
- Change - Add a trailing slash to trusted redirect uris: #26
- Change - Improve client identifiers for end users: #62
- Enhancement - Use upstream version of konnect library: #14
Details
-
Bugfix - Redirect to the provided uri: #26
The phoenix client was not set as trusted therefore when logging out the user was redirected to a
default page instead of the provided url. -
Change - Add a trailing slash to trusted redirect uris: #26
Phoenix changed the redirect uri to
<baseUrl>#/login
that means it will contain a trailing
slash after the base url. -
Change - Improve client identifiers for end users: #62
Improved end user facing client names in default identifier-registration.yaml
-
Enhancement - Use upstream version of konnect library: #14
0.2.0
0.1.0
Changes in 0.1.0
Summary
- Bugfix - Generate a random CSP-Nonce in the webapp: #17
- Change - Dummy index.html is not required anymore by upstream: #25
- Change - Initial release of basic version: #1
- Change - Use glauth as ldap backend, default to running behind ocis-proxy: #52
Details
-
Bugfix - Generate a random CSP-Nonce in the webapp: #17
-
Change - Dummy index.html is not required anymore by upstream: #25
The workaround was required as identifier webapp was mandatory, but we serve it from memory.
This also introduces --disable-identifier-webapp flag. -
Change - Initial release of basic version: #1
Just prepare an initial basic version to serve konnectd embedded into our microservice
infrastructure in the scope of the ownCloud Infinite Scale project. -
Change - Use glauth as ldap backend, default to running behind ocis-proxy: #52
We changed the default configuration to integrate better with ocis.
The default ldap port changes to 9125, which is used by ocis-glauth and we use ocis-proxy to do
the tls offloading. Clients are supposed to use the ocis-proxy endpoint
https://localhost:9200