Skip to content

Commit 485997a

Browse files
committed
Removing keychain group
Have the default bootconfig be the "old" one (opaque token) and the dynamic one be the "new" one (jwt based token)
1 parent 2cdd53a commit 485997a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

native/SampleApps/AuthFlowTester/AuthFlowTester/Supporting Files/AuthFlowTester.entitlements

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>keychain-access-groups</key>
6-
<array>
7-
<string>$(AppIdentifierPrefix)com.salesforce.mobilesdk.sample.authflowtester</string>
8-
</array>
6+
<array/>
97
</dict>
108
</plist>

native/SampleApps/AuthFlowTester/AuthFlowTester/Supporting Files/bootconfig.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>remoteAccessConsumerKey</key>
6-
<string>3MVG9SemV5D80oBcXZ2EUzbcJw6aYF3RcTY1FgYlgnWAA72zHubsit4NKIA.DNcINzbDjz23yUJP3ucnY99F6</string>
6+
<string>3MVG9SemV5D80oBcXZ2EUzbcJwzJCe2n4LaHH_Z2JSpIJqJ1MzFK_XRlHrupqNdeus8.NRonkpx0sAAWKzfK8</string>
77
<key>oauthRedirectURI</key>
8-
<string>testerjwt://mobilesdk/done</string>
8+
<string>testeropaque://mobilesdk/done</string>
99
<key>shouldAuthenticate</key>
1010
<true/>
1111
</dict>

native/SampleApps/AuthFlowTester/AuthFlowTester/Supporting Files/bootconfig2.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>remoteAccessConsumerKey</key>
6-
<string>3MVG9SemV5D80oBcXZ2EUzbcJwzJCe2n4LaHH_Z2JSpIJqJ1MzFK_XRlHrupqNdeus8.NRonkpx0sAAWKzfK8</string>
6+
<string>3MVG9SemV5D80oBcXZ2EUzbcJw6aYF3RcTY1FgYlgnWAA72zHubsit4NKIA.DNcINzbDjz23yUJP3ucnY99F6</string>
77
<key>oauthRedirectURI</key>
8-
<string>testeropaque://mobilesdk/done</string>
8+
<string>testerjwt://mobilesdk/done</string>
99
<key>shouldAuthenticate</key>
1010
<true/>
1111
</dict>

0 commit comments

Comments
 (0)