mirror of
https://github.com/nextcloud/android.git
synced 2024-12-03 14:30:21 +03:00
Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_sign_on_expired
Conflicts: src/com/owncloud/android/authentication/AuthenticatorActivity.java
This commit is contained in:
commit
da77406209
1 changed files with 3 additions and 2 deletions
|
@ -788,8 +788,9 @@ implements OnRemoteOperationListener, OnSslValidatorListener, OnFocusChangeList
|
|||
} catch (IllegalArgumentException e) {
|
||||
// NOTHING TO DO ; can't find out what situation that leads to the exception in this code, but user logs signal that it happens
|
||||
}
|
||||
|
||||
if (result.isTemporalRedirection() && result.isIdPRedirection()) {
|
||||
|
||||
//if (result.isTemporalRedirection() && result.isIdPRedirection()) {
|
||||
if (result.isIdPRedirection()) {
|
||||
String url = result.getRedirectedLocation();
|
||||
String targetUrl = mHostBaseUrl + AccountUtils.getWebdavPath(mDiscoveredVersion, mAuthTokenType);
|
||||
|
||||
|
|
Loading…
Reference in a new issue