okta / samples-android

samples-android
https://github.com/okta/samples-android
Apache License 2.0
37 stars 52 forks source link

Browser sign-out #17

Closed nbarbettini closed 5 years ago

nbarbettini commented 5 years ago

In the browser sign-in sample, there is currently no way to sign out after signing in.

nbarbettini commented 5 years ago

cc @FeiChen-okta

FeiChen-okta commented 5 years ago

Their is a issue with logout in the OAuth SDK. It needs to be fixed and released before sign out sample can be finished.

Issue: https://github.com/okta/okta-sdk-appauth-android/issues/86

PR for fix: https://github.com/okta/okta-sdk-appauth-android/pull/88