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

mConfigHash is calculated from non-changing variable

ZERO-ice-frostfire opened this issue · comments

In Configuration.java:204 mConfigHash = configData.sha256().base64(); will always return the same hash causing the changes to not apply, this is especially painful when you are trying to run multi tenant. The line should either be moved or ideally mConfigHash would be calculated from mConfigJson.