Using backwards compatible iOS SafariViewController for Xamarin.Forms
See original GitHub issueI have looked at the Xamarin.Forms sample and it seems unclear to me how I would use (or reference) the iOSClient implementation of SFSafariViewController
instead of SFAuthenticationSession
with the IBrowser
interface. Is it possible to accomplish this with OidcClient2?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Using backwards compatible iOS SafariViewController for ...
I have looked at the Xamarin.Forms sample and it seems unclear to me how I would use (or reference) the iOSClient implementation of ......
Read more >Web Views in Xamarin.iOS
This document describes the various ways a Xamarin.iOS app can display web content. It discusses WKWebView, SFSafariViewController, Safari, ...
Read more >Testing backwards compatibility of Xamarin Apps
Testing backwards compatibility of Xamarin Apps ; 1. Xamarin iOS app with device compatibility ; 2. Older OS versions and Xamarin.Forms ; 1....
Read more >Xamarin iOS app rejected on appstore for using safari auth
Hi, we have implemented auth0 on a xamarin forms app following the example on github. Unfortunately the app got rejected on the iOS...
Read more >Migrating from Xamarin Forms to .NET MAUI
Fortunately they are still supported in MAUI but only for backwards compatibility and you can register these in the MAUI App Builder. This...
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 Free
Top 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
You could also look at https://github.com/auth0/auth0-oidc-client-net/tree/master/src/Auth0.OidcClient.Xamarin.iOS.
Here’s a (fairly hacky) sample implementation of a pre-iOS 11
IBrowser
implementationsee https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/blob/master/iOSClient/iOSClient/AppDelegate.cs for the implementation and usage of the
CallbackHandler
property