AppAuth-Android icon indicating copy to clipboard operation
AppAuth-Android copied to clipboard

Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.

Results 206 AppAuth-Android issues
Sort by recently updated
recently updated
newest added

### Checklist: - [x] I am using the latest release - [x] I searched for [existing GitHub issues](https://github.com/openid/AppAuth-Android/issues) - [x] I read the [documentation](https://github.com/openid/AppAuth-Android/blob/master/README.md) - [x] I verified the client...

bug

Current environment including, but not limited to: - AppAuth dependency version: 0.7.1 - Android Studio Gradle version: 3.5.0 - JUnit version: 4.12 - Espresso Test version: 3.2.0 - Hamcrest version:...

### Configuration - Version: 0.11.1 - Integration: Kotlin ### Description Is it possibly to disable validating idToken in latest (0.11.1) version? After upgrading from 0.7.1 we receive error "Unable to...

question

### Checklist: - [x] I am using the latest release - [x] I searched for [existing GitHub issues](https://github.com/openid/AppAuth-Android/issues) - [x] I read the [documentation](https://github.com/openid/AppAuth-Android/blob/master/README.md) - [x] I verified the client...

bug

### Checklist - [x] I read the [Contribution Guidelines](https://github.com/openid/AppAuth-Android/blob/master/CONTRIBUTING.md) - [x] I signed the CLA and WG Agreements - [x] I ran, updated and added unit tests as necessary. -...

### Configuration - Version: 0.11.1 - Integration: native/Kotlin - Identity provider: KeyCloak ### Description I am trying to retrieve an OpenID Connect Discovery document by calling `AuthorizationServiceConfiguration.fetchFromUrl(openIdConnectDiscoveryUri, callback)` towards and...

question

AuthorizationException with error code 9 and null error field. anyone can help me what does mean by code 9 ?

bug

I´m trying to run my AppAuth Android in my Gluu Server 4.3 installed on my Ubuntu 20, but my app shows a "Failed to retrieve discovery document: Network error. The...

help wanted

AuthState.performActionWithFreshTokens runs the AuthState.Action callback on the same thread as the calling thread when the token doesn't need refreshed, but when it does need refreshed it's always ran on the...

enhancement
documentation

### Checklist: - [ x] I am using the latest release - [ x] I searched for [existing GitHub issues](https://github.com/openid/AppAuth-Android/issues) - [ x] I read the [documentation](https://github.com/openid/AppAuth-Android/blob/master/README.md) - [ x]...

question