Token Authorization does not work in 10.2.5 update

4117
0
02-10-2015 03:16 AM
EduardLepner1
New Contributor

Hi!

We're using token authorization in our Android applicaiton. First the app acquires token with given user name and password. Then it uses it to access secure layers through UserCredantials object.

UserCredentials credentials = new UserCredentials();

credentials.setUserToken(tokenInfo.getToken(), userName);

This code works fine in 10.2.3 and 10.2.4 but does not work in 10.2.5. What has changed here?

0 Kudos
0 Replies