Closed
Description
Description
I create new MAUI Application and i try to use WebAuthenticator.
I initialise everything i see in sample app in repository.
I launch app, click on button and arrive to page for authenticate on web.
Authentication work, and callback is launch to app.
App try to launch, i pass in WebAuthenticationCallbackActivity constructor, but after the application crash, with "NullReferenceException", log are not enough clear to see where that's come.
Repository :
https://github.com/Hantse/maui-webauthenticator
Steps to Reproduce
- Clone repository https://github.com/Hantse/maui-webauthenticator
- Launch project as Normal or Blazor
- Click on button to start authenticate process
Version with bug
Preview 10 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows
Affected platform versions
Android
Did you find any workaround?
No response
Relevant log output
No response