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

We have a redirect issue, probably related to the one already discussed in your archived repo: https://github.com/oktadeveloper/okta-openidconnect-appauth-android/issues/2 Any news, fixes or workarounds on this one? We have created two apps...

Hi everyone ,I am implement Authorization with okta in fragment android mOktaAppAuth=OktaAppAuth.getInstance(context); ``` try { mOktaAppAuth?.init( activity, object : OktaAppAuth.OktaAuthListener { override fun onSuccess() { activity?.runOnUiThread { startAuth() } }...

## Issue description When launched on a Galaxy Tab A, the library throws a NullPointerException. ## Configuration details ### Device Samsung Galaxy Tab A 10.1 (SM-T515) Android 9.0 ### Okta...

It would be great to be able to configure the client programmatically instead of using the json config file. I checked the code and I think it's not possible at...

Hi, I imported the example and started sync, which I land into sync issues, so I added `implementation 'net.openid:appauth:0.7.1'` to both sample and library and after resolved some import issues...

I tried to set loginHint as below code but it does not work: AuthenticationPayload payload = new AuthenticationPayload.Builder().setLoginHint().build(); mOktaAuth.login( this, PendingIntent.getActivity(this, 0, completionIntent, 0), PendingIntent.getActivity(this, 0, cancelIntent, 0), payload );...

Fix samples app. The pending intents needs to be canceled and separated.

Updating the library to 0.2.3 from 0.2.2, signOutFormOkta appears to stop working. The browser does launch to sign out as expected.

Updating to version 0.2.0 has broken the login flow for our existing project. In debugging, it looks like it gets to the step where it should launch AuthorizationManagementActivity but nothing...