We are having to migrate an existing app from 10.2.9 to 100.6 for Google's new 64bit compatibility requirement.
We have most of the app converted apart from one section concerning authentication handling.
In 10.2.9 we were able to get detailed errors from a failed login using EsriSecurityException but we have been unable to find any replacement that gives us the same level of error detail. Errors generated via the new AuthenticationManager are just a generic response stating that we do not have access to the resource, without giving an underlying cause, such as "Invalid username or password".
I have trawled through all the documentation and can find nothing concerning this.
Has anybody tried this and managed to get detailed responses?