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

[OpenID Connect Core 1.0, Section 3.1.2.1](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest), `id_token_hint` parameter: > OPTIONAL. ID Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated...

enhancement

HI team, A very few of my users are experiencing issues on Android, where the custom scheme deeplink doesn't seem to work, upon registration completion. ### Checklist: - [X] I...

bug

Currently it's only listed unter tags. Can't check all versions/changes at once etc.

enhancement

### Configuration - Version: 0.11.1 - Integration: native(Java) - Identity provider: Auth0 ### Description Recently we tried to update the [AppAuth-Android][1] version used on our project from version 0.5.1.5 to...

question

Can this library be used for OAuth1?

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

### 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...

question

### Configuration - Version: 0.11.1 - Integration: (Java) ### Description When attempting to create an AuthorizationService object, I get this error: "Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.browser.customtabs.CustomTabsServiceConnection"". Code for...

question

### Feature Request #### Motivation We use AppAuth on a released app, to provide authentication to its users. Some users complain that they just cannot log in, and it often...

enhancement

### Configuration - Version: 0.11.1 - Integration: native with Kotlin - Identity provider: custom ### Description I'm trying to integrate the AppAuth authorization flow by replacing the default browser tab...

question