You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Call`AcquireTokenSilent()` to look for a cached token. If`AcquireTokenSilent()` returns an error, call another `AcquireToken...` method to authenticate.
55
77
@@ -96,6 +118,16 @@ Acquiring tokens with MSAL Go follows this general pattern. There might be some
96
118
accessToken := result.AccessToken
97
119
```
98
120
121
+
* ManagedIdentity clietn can simply call `AcquireToken()`:
We use [Stack Overflow](http://stackoverflow.com/questions/tagged/msal) to work with the community on supporting Azure Active Directory and its SDKs, including this one! We highly recommend you ask your questions on Stack Overflow (we're all on there!) Also browse existing issues to see if someone has had your question before. Please use the "msal" tag when asking your questions.
0 commit comments