vivekiyer / corporateaddressbook

1 stars 1 forks source link

Is it possible to use existing Exchange Account #46

Closed vivekiyer closed 10 years ago

vivekiyer commented 10 years ago

From e...@thomasfam.com on January 24, 2011 11:32:40

A nice enhancement would be if the app could detect and use an existing Microsoft Exchange Account if one is found on the device.

Original issue: http://code.google.com/p/corporateaddressbook/issues/detail?id=46

vivekiyer commented 10 years ago

From viveki...@gmail.com on January 24, 2011 11:37:52

Unfortunately it is not possible to extract credentials from existing accounts on an Android device. Android only permits retrieving of auth tokens from existing accounts, but there is no way to get to the actual credentials (I think this is to ensure security and is a wise decision).

vivekiyer commented 10 years ago

From viveki...@gmail.com on January 24, 2011 11:54:36

Any case this is definitely a very good feature to have. If I can reuse the existing credentials, then there is no need to ask the user to enter the credentials all over again. I will look into this and see if it is possible to solve this. Thank you for your comment. Regards Vivek

vivekiyer commented 10 years ago

From viveki...@gmail.com on March 21, 2011 18:26:24

Unfortunately this is not possible. I reviewed the Android source, and there is no way to get access to the stored Exchange credentials :(

Status: WontFix