Redirect URI Verification enforces using the oldest app signature in it's signature history instead of the newest #1920
Labels
Inevstigation
Engineering team as looked into the issue and needs deeper investigation to provide a conclusion
We recently updated our signing key in the google play store and updated our app's redirect URL to use the updated signature. This resulted in an exception thrown by PublicClientApplicationConfiguration::verifyRedirectUriWithAppSignature() when trying to authenticate users since it iterates the signature history from oldest to newest but throws an exception as soon as the first signature hash doesn't match the redirect URI.
Is this intended behavior or a bug? We expected to be able to use our updated signatures with AAD but it doesn't seem to be possible.
The text was updated successfully, but these errors were encountered: