openid / AppAuth-Android

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

Home Page:https://openid.github.io/AppAuth-Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to identify and filter unrecoverable AuthorizationException and logout users

kasra-arab opened this issue · comments

Configuration

  • Version: 0.11.1
  • Integration: (native(Java/Kotlin)
  • Identity provider: Akamai

Description

When client requests a performActionWithFreshTokens, in case of receiving an AuthorizationException there are multiple types and error messages.
which of those exceptions are unrecoverable and I'd have to logout the user and clear the credentials?