Skip to content

Commit eb08f4e

Browse files
author
Kai Song
committed
Updated articles/active-directory/develop/tutorial-v2-ios.md by adding a new sub category on how to set up xcode project by adding keychain group
1 parent 2454ce2 commit eb08f4e

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**. Keychain group should be **com.microsoft.adalcache** on iOS and **com.microsoft.identity.universalstorage** on macOS.
153+
154+
![Shows 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)