Microsoft Teams Adal silent Authentication fail (iframe sandbox)
Microsoft Teams Adal silent Authentication fail (iframe sandbox)
Microsoft Teams Adal silent Authentication fail (iframe sandbox)
Re: Microsoft Teams Adal silent Authentication fail (iframe sandbox)
You need to allow top navigation on your `iframe` element by providing some attribute value to the `sandbox` attribute
```
```
Have a look at [here](https://www.w3schools.com/tags/att_iframe_sandbox.asp) to know more about those attribute values.
```
```
Have a look at [here](https://www.w3schools.com/tags/att_iframe_sandbox.asp) to know more about those attribute values.