okta / okta-oidc-android

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

Native sso Support for the Android SDK #280

Closed praveenatluri-okta closed 2 years ago

praveenatluri-okta commented 2 years ago

"Tokens.java" is not supporting "device_secret" if "device_sso" scope is being called by the Native Apps

JayNewstrom commented 2 years ago

Hi @praveenatluri-okta

There's an open PR for adding this support https://github.com/okta/okta-oidc-android/pull/262

Unfortunately, there's a lot of work that goes into this, and it's still an early access feature. @jefftaylor-okta has this on his radar to support. But we don't have immediate plans to implement this.

JayNewstrom commented 2 years ago

See my comment here for trying this functionality out: https://github.com/okta/okta-oidc-android/pull/262#issuecomment-1080949591

JayNewstrom commented 2 years ago

No plans to implement device_sso in this SDK. Please follow the new SDK for device_sso support.