Antoine Gardiol
Antoine Gardiol
**What Version of the library are you using?** 13.1.0 **Question** I am trying to get refresh process working with a server that give no id token with the refresh answer:...
**What Version of the library are you using?** 13.1.0 **Describe the bug** I use an openid flow with the following options: ``` scope: 'openid read write', responseType: 'code', silentRenew: true,...
Following the following StackOverflow thread https://stackoverflow.com/questions/73644357/azure-ad-user-access-token-requested-by-angular-msal-library-and-validation-by-w, a little tip should be added in the following documentations pages : - https://django-auth-adfs.readthedocs.io/en/latest/azure_ad_config_guide.html - https://django-auth-adfs.readthedocs.io/en/latest/settings_ref.html#audience Thanks by advance for future users and thanks...
Hello, While using this library we have sometimes a dead lock situation while calling Device.DisconnectAsync(). We tried to ignore this by avoiding to await on this function but in this...
On line 122: `taskSource.SetResult(true);` rises sometimes a Null excpetion due to async unpredictable events. Solution: `taskSource.TrySetResult(true);`
### Type of issue Outdated article ### Description The API Access tab on google play console is not available anymore. A google Cloud account is now needed to get access...