Skip to content

Commit

Permalink
ci: no SLO during android integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias committed Jan 9, 2024
1 parent 6e64c06 commit e5b9bd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-messenger.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 20
Feature: Logout gleichzeitig im Schulcampus

# 19

Fix: mime types on iOS
Expand Down
3 changes: 3 additions & 0 deletions docker/Dockerfile.integration-android
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ RUN sed -i "s#schulchat.rlp.de#synapse#g" config.sample.json lib/config/app_conf
RUN sed -i 's#homeserver = Uri.https#homeserver = Uri.http#g' lib/pages/homeserver_picker/homeserver_picker.dart
RUN sed -i 's#var newDomain = Uri.https#var newDomain = Uri.http#g' lib/pages/login/login.dart

# disable SLO
RUN sed -i 's#launchUrl(Uri.parse(AppConfig.idpLogoutUrl));##g' lib/pages/settings/settings.dart

# currently no idm login is done
RUN sed -i 's#disableAuthWithUsernameAndPassword = true#disableAuthWithUsernameAndPassword = false#g' lib/config/edu_settings.dart

Expand Down

0 comments on commit e5b9bd8

Please sign in to comment.