[Bug] iOS KeyChain error points to wrong docs location
See original GitHub issueWhich Version of MSAL are you using ?
4.18.0
Platform
xamarin.ios
What authentication flow has the issue?
- Desktop / Mobile
- Interactive
- Integrated Windows Auth
- Username Password
- Device code flow (browserless)
- Web App
- Authorization code
- OBO
- Web API
- OBO
Other? - please describe;
Is this a new or existing app?
new
Description
When you have an issue with the publisher keychain, a MsalException is thrown with the following message:
The application cannot access the iOS keychain for the application publisher (the TeamId is null). This is
needed to enable Single Sign On between applications of the same publisher. This is an iOS configuration
issue. See https://aka.ms/msal-net-enable-keychain-access for more details on enabling keychain access.
Expected behavior
The aka.ms link should point to wherever the docs for this have actually migrated.
Actual behavior
The aka.ms link points to: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/Xamarin-iOS-specifics#enable-keychain-access
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Keychain write errSecNotAvailable
What could cause the errSecNotAvailable error (-25291) to be returned from a keychain write? I see from the documentation "No trust results are...
Read more >Keychain Query Always Returns errSecItemNotFound After ...
I have set up a repository with a working project (Xcode 11 beta) that demonstrates the problem. The password storing always succeeds; The ......
Read more >Solving Mysterious Logout Issues on iOS 15
This error is telling us that we're trying to read from the Keychain at a point in time when the data is not...
Read more >Keychain password access
Hi there, I have a similar problem with Adobe Digital Editions. Ive just installed it and it keeps asking me for Keychain password....
Read more >SourceTree & keychain fail
SourceTree keeps asking for me password Here are steps I keep repeating - reboot my mac - launch sourcetree - click on remote...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll open a new issue for it. I need to generate a simpler reproduction
I had the same issue, but I figured it out how to run my app on simulator. I was wondering CodesignEntitlements tag is only defined under iPhone build configurations. I declared
This is the original CSPROJ generated by Visual Studio. You can see CodesignEntitlements tags are missing by default:
I modified a bit to:
Or just simplier: