Facing issue in login using duende maui. #403
Replies: 1 comment
-
|
I tried running our MAUI sample app, after updating it to .NET 9 since .NET 8 is no longer supported by MAUI, and clicking the login button does what it needs to do. The only issue I'm encountering, is that the debug session is ended the moment you redirect to the browser to authenticate. I'm guessing this is because the debugger thinks that the app has ended while we're switching to the browser app. But running the app directly on the Android emulator works as intended. The issue you're encountering sounds more like a MAUI related one I'm afraid, so we're not going to be able to assist you further with this issue. Have you tried searching for the error message at the MAUI GitHub repository? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the MAUI Sample from https://github.com/DuendeSoftware/foss/tree/main/identity-model-oidc-client/samples/Maui and am attempting to log in from Android foreground service, which is causing the following issue:
'The current Activity cannot be detected. Ensure that you have called Init in your Activity or Application class.'
Does Duende provide a way to fix this, for instance, by launching it from its own activity?
Beta Was this translation helpful? Give feedback.
All reactions