mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Added username to SAML credentials
This commit is contained in:
parent
91000ba405
commit
6a8034ec24
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 3b9777c5b67b63792ffb86e9da6c12d3264b4f59
|
||||
Subproject commit 1fa8e79b3fbf3e255f62484aa5fbf33f2ce35f1a
|
|
@ -457,7 +457,8 @@ public class OperationsService extends Service {
|
|||
// TODO refactor to run GetUserName as AsyncTask in the context of
|
||||
// AuthenticatorActivity
|
||||
credentials = OwnCloudCredentialsFactory.newSamlSsoCredentials(
|
||||
mLastTarget.mCookie); // SAML SSO
|
||||
null, // unknown
|
||||
mLastTarget.mCookie); // SAML SSO
|
||||
}
|
||||
OwnCloudAccount ocAccount = new OwnCloudAccount(
|
||||
mLastTarget.mServerUrl, credentials);
|
||||
|
|
Loading…
Reference in a new issue