Skip to content

Commit ff78c26

Browse files
@W-17964655: [Android] WSC discovery endpoint to postpone OAuth flow (Lock In Supported Client Id Values For Salesforce Welcome Discovery - Commentary Update)
1 parent e437641 commit ff78c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ open class LoginActivity : FragmentActivity() {
14351435
) != null && uri.queryParameterNames?.contains(
14361436
SALESFORCE_WELCOME_DISCOVERY_MOBILE_URL_QUERY_PARAMETER_KEY_CALLBACK_URL
14371437
) != null && clientIdParameter == getBootConfig(context).remoteAccessConsumerKey &&
1438-
(clientIdParameter == "SfdcMobileChatterAndroid" || clientIdParameter == "SfdcMobileChatteriOS")
1438+
(clientIdParameter == "SfdcMobileChatterAndroid" || clientIdParameter == "SfdcMobileChatteriOS") // TODO: Keep this list of client ids up to date with those supported by Salesforce Welcome Discovery or remove it when no longer required.
14391439
}
14401440

14411441
/**

0 commit comments

Comments
 (0)