openid / AppAuth-Android

Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.

Home Page:https://openid.github.io/AppAuth-Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facing issues with Motorola devices with Moto secure app

AshokKanigiri98 opened this issue · comments

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