okta / okta-oidc-android

OIDC SDK for Android
https://github.com/okta/okta-oidc-android
Other
60 stars 45 forks source link

Okta web signin is not working on android 11+ devices. #330

Closed maheshsompalli closed 1 year ago

maheshsompalli commented 1 year ago

Describe the bug?

We are trying to work with android web signin in android 11 devices and it is not opening the web redirect uri. Below android 10 its working fine.

What is expected to happen?

It should open web browser in all the devices.

What is the actual behavior?

Web browser not opening the redirect uri

Reproduction Steps?

just calling the signin() on button click

Additional Information?

No response

SDK Version

Okta latest

Build Information

No response

JayNewstrom commented 1 year ago

Hi @maheshsompalli this SDK is meant to be used with Chrome.

We recently released https://github.com/okta/okta-mobile-kotlin which intents to replace this SDK, and has much better support for alternative browsers, including ones which don’t support Chrome Custom Tabs.

maheshsompalli commented 1 year ago

I will check that, Thank you !