Skip to content

Commit 62666e6

Browse files
authored
Minor editorial change
1 parent b0d4a72 commit 62666e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Acquiring tokens with MSAL Python is somewhat different than ADAL Python. You wi
3939

4040
2. The API model in MSAL provides you explicit control on how to utilize token cache.
4141
This cache part is technically optional, but we highly recommend you to harness the power of MSAL cache.
42+
It will automatically handle the token refresh for you.
4243

4344
```python
4445
# We now check the cache to see if we have some end users already signed in before.
@@ -76,9 +77,6 @@ You can try [runnable samples in this repo](https://github.com/AzureAD/microsoft
7677

7778

7879
## Samples and Documentation
79-
We provide a full suite of [sample applications on GitHub](https://github.com/azure-samples?utf8=%E2%9C%93&q=active-directory&type=&language=) to help you get started with learning the Azure Identity system. This includes tutorials for native clients and web applications. We also provide full walkthroughs for authentication flows such as OAuth2, OpenID Connect and for calling APIs such as the Graph API.
80-
81-
You can find the relevant samples by scenarios listed in this [wiki page for acquiring tokens using ADAL Python](https://github.com/AzureAD/azure-activedirectory-library-for-python/wiki/Acquire-tokens#adal-python-apis-for-corresponding-flows).
8280

8381
The generic documents on
8482
[Auth Scenarios](https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-scenarios)

0 commit comments

Comments
 (0)