Skip to content

Commit 9a0245c

Browse files
authored
Merge pull request #115176 from kaisong1990/azure-ios-intro-update
Updated articles/active-directory/develop/tutorial-v2-ios.md by addin…
2 parents da95f11 + a1000c6 commit 9a0245c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/active-directory/develop/tutorial-v2-ios.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ var currentAccount: MSALAccount?
147147

148148
The only value you need to modify above is the value assigned to `kClientID`to be your [Application ID](https://docs.microsoft.com/azure/active-directory/develop/developer-glossary#application-id-client-id). This value is part of the MSAL Configuration data that you saved during the step at the beginning of this tutorial to register the application in the Azure portal.
149149

150+
## Configure Xcode project settings
151+
152+
Add a new keychain group to your project **Signing & Capabilities**. The keychain group should be `com.microsoft.adalcache` on iOS and `com.microsoft.identity.universalstorage` on macOS.
153+
154+
![Xcode UI displaying how the the keychain group should be set up](../../../includes/media/active-directory-develop-guidedsetup-ios-introduction/iosintro-keychainShare.png)
155+
150156
## For iOS only, configure URL schemes
151157

152158
In this step, you will register `CFBundleURLSchemes` so that the user can be redirected back to the app after sign in. By the way, `LSApplicationQueriesSchemes` also allows your app to make use of Microsoft Authenticator.
14.3 KB
Loading

0 commit comments

Comments
 (0)