You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, see [keychain groups](howto-v2-keychain-objc.md).
106
+
107
+
## Configure the application object
108
+
97
109
Once you have the keychain entitlement enabled in each of your applications, and you're ready to use SSO, configure `MSALPublicClientApplication` with your keychain access group as in the following example:
98
110
99
111
Objective-C:
@@ -111,17 +123,15 @@ Swift:
111
123
```swift
112
124
let config = MSALPublicClientApplicationConfig(clientId: "<my-client-id>")
0 commit comments