Skip to content

Commit

Permalink
NR: Add MS Entry ID support for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Jan 5, 2024
1 parent 5ff29a2 commit 258e98b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/NewsReader/NewsReader.MauiSystem/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
</array>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/appicon.appiconset</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wafe5b8cee6-8ba0-46c5-96ef-a3c8a1e2bb26</string>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Waf.NewsReader.Presentation.Services;

// Microsoft Azure / Microsoft Entry ID / App registration
// - Redirect URI: wafe5b8cee6-8ba0-46c5-96ef-a3c8a1e2bb26://auth
//
// Add WebStorageService.keys.cs file with:
//partial class WebStorageService
//{
Expand Down

0 comments on commit 258e98b

Please sign in to comment.