Skip to content

Commit

Permalink
docs: calens changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 authored and github-actions[bot] committed Nov 20, 2024
1 parent 6a69e8c commit 8a22fe4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ownCloud admins and users.
* Enhancement - Add status message when (un)setting av. offline from preview: [#4382](https://github.com/owncloud/android/issues/4382)
* Enhancement - Upgraded AGP version to 8.7.2: [#4478](https://github.com/owncloud/android/issues/4478)
* Enhancement - Added text labels for BottomNavigationView: [#4484](https://github.com/owncloud/android/issues/4484)
* Enhancement - Enforce OIDC auth flow via branding: [#4500](https://github.com/owncloud/android/issues/4500)

## Details

Expand Down Expand Up @@ -75,6 +76,18 @@ ownCloud admins and users.
https://github.com/owncloud/android/issues/4484
https://github.com/owncloud/android/pull/4498

* Enhancement - Enforce OIDC auth flow via branding: [#4500](https://github.com/owncloud/android/issues/4500)

A new branded parameter `enforce_oidc` has been added to enforce the app to
follow the OIDC auth flow, and `clientId` and `clientSecret` are sent in token
requests when required by server. Moreover, the app now supports branded
redirect URIs with path due to the new branded parameter
`oauth2_redirect_uri_path` (legacy `oauth2_redirect_uri_path` is now
`oauth2_redirect_uri_host`).

https://github.com/owncloud/android/issues/4500
https://github.com/owncloud/android/pull/4516

# Changelog for ownCloud Android Client [4.4.1] (2024-10-30)

The following sections list the changes in ownCloud Android Client 4.4.1 relevant to
Expand Down

0 comments on commit 8a22fe4

Please sign in to comment.