okta-sdk-appauth-android icon indicating copy to clipboard operation
okta-sdk-appauth-android copied to clipboard

okta-sdk-appauth-android

Results 28 okta-sdk-appauth-android issues
Sort by recently updated
recently updated
newest added

That is a showcase of the Okta asynchronous API as a part of architectural proposal

OktaManagementActivity is not forwarding the specific error to applications. ``` java @Override protected void onStart() { super.onStart(); OAuthClientConfiguration config = OAuthClientConfiguration.getInstance(this); if (config.hasConfigurationChanged()) { signOut(); return; } // the stored...

I've been trying to get version 0.2.1 logout (signOutFromOkta) working and I've run into troubles. Is this supposed to be working in this version? Here are my two trouble cases:...

Verify that this SDK sends a User-Agent header whenever it: * Retrieves the OpenID Connect metadata document (`/.well-known/openid-configuration`) * Exchanges an authorization code for tokens, for *both* browser or native...

to do

This is a feature request to allow an arbitrary ConnectionBuilder to be provided. There are a couple spots where this is used. - DefaultConnectionBuilder.INSTANCE is used as part of the...

That is a POC branch that just shows how we can simplify flow of web authentication removing onActivityResult (also supports flow with App recreation). @FeiChen-okta @bdemers @ihormartsekha-okta Please take a...

mInitializationListener is set in OktaAppAuth#init, but never cleared (for instance, OktaAppAuth#dispose doesn't clear it). It's possible to leak this if something else long lived also holds onto the OktaAppAuth reference....