Changelog for 0.3.2 (2020-07-23)
The following sections list the changes in ocis-konnectd 0.3.2.
- Bugfix - Add silent redirect url: #69
- Bugfix - Build docker images with alpine:latest instead of alpine:edge: #71
-
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.
Changelog for 0.3.1 (2020-04-14)
The following sections list the changes in ocis-konnectd 0.3.1.
- Bugfix - Include the assets for #62: #64
-
Bugfix - Include the assets for #62: #64
PR 62 introduced new client names. These assets needs to be generated in the embed.go file.
Changelog for 0.3.0 (2020-04-14)
The following sections list the changes in ocis-konnectd 0.3.0.
- 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
-
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
Changelog for 0.2.0 (2020-03-18)
The following sections list the changes in ocis-konnectd 0.2.0.
- Enhancement - Change default config for single-binary: #55
Changelog for 0.1.0 (2020-03-18)
The following sections list the changes in ocis-konnectd 0.1.0.
- 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
-
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