Skip to content

Commit

Permalink
Merge pull request #899 from owncloud/logout-fix-bridge
Browse files Browse the repository at this point in the history
[docs-only] fix logout from OC10
  • Loading branch information
C0rby authored Nov 19, 2020
2 parents b4b4574 + 5dbe8ef commit 2dcaae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function getConfigFromEnv() {
'mode' => 'userid',
'autoRedirectOnLoginPage' => true,
'insecure' => true,
'post_logout_redirect_uri' => 'https://' . getenv('OWNCLOUD_DOMAIN') . '/',
],
'datadirectory' => getenv('OWNCLOUD_VOLUME_FILES'),
'dbtype' => getenv('OWNCLOUD_DB_TYPE'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ clients:
insecure: yes
trusted: yes
redirect_uris:
- https://oc10.example.org/
- https://oc10.example.org/apps/openidconnect/redirect
origins:
- https://oc10.example.org
Expand Down

0 comments on commit 2dcaae3

Please sign in to comment.