Skip to content

Commit f00e4ae

Browse files
committed
fixed tab warning
1 parent 23cf366 commit f00e4ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/active-directory/develop/howto-v2-keychain-objc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ do {
7575
}
7676
```
7777

78+
---
79+
7880
## Disable keychain sharing
7981

8082
If you don't want to share SSO state between multiple apps, or use any keychain access group, disable keychain sharing by passing the application bundle ID as your keychainGroup:
@@ -93,6 +95,8 @@ if let bundleIdentifier = Bundle.main.bundleIdentifier {
9395
}
9496
```
9597

98+
---
99+
96100
## Handle -34018 error (failed to set item into keychain)
97101

98102
Error -34018 normally means that the keychain hasn't been configured correctly. Ensure the keychain access group that has been configured in MSAL matches the one configured in entitlements.

0 commit comments

Comments
 (0)