Hi Team,
I'm using OIDC for my MAUI app to authenticate okta and followed this blog to implement OIDC 5.1.0
https://auth0.com/blog/add-authentication-to-dotnet-maui-apps-with-auth0
Log-in works perfectly fine in Android, but logout opens the browser with a 404 error not found message before it returns the result.
Expected scenario is to logout the okta once user tap on logout button.
Do you have any suggestion, why the logout fails and browser opens with 404 window?
Logout error snap:

Attached sample for replicating it.
auth0_LogoutIssueSample.zip