这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: openid/AppAuth-Android

Tags

0.11.1

Toggle 0.11.1's commit message
AppAuth 0.11.1 release

- Avoid recreating AuthorizationManagementActivity on configChanges (#769)

0.11.0

Toggle 0.11.0's commit message
AppAuth 0.11.0 release

- Add support for reading custom claims and make IdToken public (#759)
- Add FLAG_ACTIVITY_NEW_TASK when calling context is not an activity (#765)
- Built lib with sdk31

0.10.0

Toggle 0.10.0's commit message
AppAuth 0.10.0 release

- Add ID token azp (authorized party) validation (#727)
- Support requesting specific claims and claims languages (#20)
- Deserialize objects using the constructor instead of the builder - fixes (#726)

0.9.1

Toggle 0.9.1's commit message
AppAuth 0.9.1 release

- Return cancellation result if browser couldn't be opened (#459)
- Fix browser selector returning only default (#521)
- Fix possible NPE in isFullBrowser() test (#623)

0.9.0

Toggle 0.9.0's commit message
AppAuth 0.9.0 release

- [API Breaking Change] Update end-session request optional field requirements
- [API Breaking Change] Remove skipNonceVerification in favor of setNonce(null)
- [API Breaking Change] Remove deprecated browser white/blacklist
- Add fetchFromIssuer with ConnectionBuilder param (#594)
- Convert AuthorizationManagementRequest to public interface (#694)
- Implement ui_locales parameter support (#413)
- Make library activities inherit AppCompatActivity (#676)

0.8.1

Toggle 0.8.1's commit message
AppAuth 0.8.1 release

- Add ability to skip issuer https check and token nonce verification (#662)
- Upgrade dependencies to latest stable releases

0.8.0

Toggle 0.8.0's commit message
AppAuth 0.8.0 release

- Migrate to AndroidX & update dependencies (#508)
- Android11 support (#558)
- Add end session support (#525)
- Implement ID Token validation according to OIDC spec (#385)
- Use CustomTabsService.ACTION_CUSTOM_TABS_CONNECTION in BrowserSelector (#411)
- Fix NPE in case input stream is null (#414)

0.7.1

Toggle 0.7.1's commit message
Minor bug fixes:

- Synchronizes multiple actions when requiring token refresh (#332)
- Make handling of non-standard expires_at more tolerant (#336)
- Changes related to Android tool changes between v25 and v27 (#341, #363)
- Fix encoding of client ids and secrets for auth (#345)
- Handle CustomTabsSession.newSession failures (#362)
- Do not automatically pass scope on token exchange request (#364)
- Do not override tab title setting (#365)
- Respect default browser of the user correctly (#379)
- Updated custom tab definitions, including Firefox (#378, #383)

0.7.0

Toggle 0.7.0's commit message
AppAuth 0.7.0 release

- Adds startActivityForResult based authorization flow
- Minor bug fixes

0.6.1

Toggle 0.6.1's commit message
AppAuth 0.6.1 release

- Fixes exponential growth of AuthState objects
- README.md documentation overhaul