]> source.dussan.org Git - nextcloud-server.git/commit
Use the proper server for the apptoken flow login 12299/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 31 Oct 2018 22:06:08 +0000 (23:06 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 6 Nov 2018 07:05:02 +0000 (08:05 +0100)
commit5678f432a43c00920c0e76056702f0609ac34ed1
tree487d686ddff6ff552c0fe3062bf61a880c4a9839
parent288991a61081639e245c3fa28a62ffa8a30ba331
Use the proper server for the apptoken flow login

If a user can't authenticate normally (because they have 2FA that is not
available on their devices for example). The redirect that is generated
should be of the proper format.

This means

1. Include the protocol
2. Include the possible subfolder

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
core/Controller/ClientFlowLoginController.php
tests/Core/Controller/ClientFlowLoginControllerTest.php