AppAuth-Android
AppAuth-Android copied to clipboard
Support "max_age" OpenID Connect auth request parameter
OpenID Connect Core 1.0, Section 3.1.2.1, max_age parameter:
OPTIONAL. Maximum Authentication Age. Specifies the allowable elapsed time in seconds since the last time the End-User was actively authenticated by the OP. If the elapsed time is greater than this value, the OP MUST attempt to actively re-authenticate the End-User. (The max_age request parameter corresponds to the OpenID 2.0 PAPE
max_auth_agerequest parameter). When max_age is used, the ID Token returned MUST include anauth_timeClaim Value.
#invalid possible via additionalParameters as stated out by @Lee-Hounshell-at-MarianaTek