openid / AppAuth-Android

Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
https://openid.github.io/AppAuth-Android
Apache License 2.0
2.83k stars 883 forks source link

Facing issues with Motorola devices with Moto secure app #1069

Open AshokKanigiri98 opened 3 months ago

AshokKanigiri98 commented 3 months ago

I am using openId for authentication in my android app [using WebView] Facing issues with login only with Moto Edge 50 pro devices suddenly

After a long research, found that Phishing detection feature inside Moto secure app in Motorola edge 50 pro is blocking authentication callbacks

When i disable Phishing detection feature, everything is working fine

There is no option to add or edit trusted URL's in Moto secure app, Is there any way to whitelist the app url's ?

Have anyone came across this issue, if so any help would be helpful

Thanks in advance