diff --git a/README.md b/README.md index f3ff738..07497f4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Microsoft](https://img.shields.io/badge/Microsoft--orange.svg)](https://opensource.microsoft.com/?sort=Awesomeness&keyword=&tag=android) + # Android Activity Tracker Sample App for Microsoft Dynamics CRM These instructions describe how to build and run the sample Android Activity Tracker application. @@ -36,4 +38,4 @@ New activity | ![New activity](./_images/6A - Adding an activity.png) | Choose t ## Notes -Normally in oAuth you want to store the token and the refresh token so if the access token hasn't expired yet, you just reuse that one. Otherwise you pass the refresh token to get a new access token. Since you are unable to access the Token from ADAL, and you are required to pass the refresh token into `acquireTokenByRefreshToken` you have to actually store them manually as shown in this sample. If you want to continuously refresh without caring if the access token is still valid or not, all you have to store is the refresh token. \ No newline at end of file +Normally in oAuth you want to store the token and the refresh token so if the access token hasn't expired yet, you just reuse that one. Otherwise you pass the refresh token to get a new access token. Since you are unable to access the Token from ADAL, and you are required to pass the refresh token into `acquireTokenByRefreshToken` you have to actually store them manually as shown in this sample. If you want to continuously refresh without caring if the access token is still valid or not, all you have to store is the refresh token.