AppAuth-Android
AppAuth-Android copied to clipboard
Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
### 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...
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...
### 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...
### 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...
AuthorizationException with error code 9 and null error field. anyone can help me what does mean by code 9 ?
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...
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...
### 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]...