Open nc-kano opened 1 year ago
Hi @nc-kano. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
If you could scaffold how you've set up the WebAuthenticator in a repro project, that will help us track down the root cause and see if it's something in your setup, or with the platform. Obviously you don't need to set up the full auth flow (Committing Auth tokens is never advised, 😉) but having placeholders makes it easier to swap them out to check.
Hello @drasticactions
We are doing exactly the same as in https://github.com/xamarin/Essentials/issues/1242#issue-606334061
var ssoInitiationUri = new Uri("https://thirdpartyidp.com/saml2/sso/intiate"); Xamarin.Essentials.WebAuthenticator.AuthenticateAsync(ssoInitiationUri, new Uri("https://universallink.yourcompany.com"));
App crashes when it is trying to resolve https scheme. Custom schemes work fine but it is definitely not a solution for our project.
Hi @nc-kano. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
I understand that, but if you can make a full reproduction sample to show it (As, a full project) then that would help us be able fully debug this issue.
Updated
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Hi @nc-kano. We're having the same issue and I was wondering if you've found a workaround?
Description
This is the copy of the bug from https://github.com/xamarin/Essentials/issues/1519 and https://github.com/xamarin/Essentials/issues/1242 After migration to MAUI Essentials we can see it is still the issue.
Description
Authenticating from a separate browser window results in a native iOS crash even though you get an auth result back. Steps to Reproduce
Steps to Reproduce
Link to public reproduction project repository
https://github.com/nc-kano/MauiWebAuthenticatorIssue
No access to BE to specify .well-known/apple-app-site-association. Just replace host and redirect url. It crash with ANY https redirect url
Version with bug
8.0.0-preview.7.8842
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 13 - 16
Did you find any workaround?
a in the https://github.com/xamarin/Essentials/issues/1242#issuecomment-620126451 a custom build of Xamarin.Essentials with suggested workaround do the thing
Relevant log output