Skip to content

When triggering the authentication flow in my Office Add-in (Word Online), the authentication dialog opens but immediately returns error 12011('Browser restrictions prevented us from creating th…he add-in host are not in the same security zone) #2605

When triggering the authentication flow in my Office Add-in (Word Online), the authentication dialog opens but immediately returns error 12011('Browser restrictions prevented us from creating th…he add-in host are not in the same security zone)

When triggering the authentication flow in my Office Add-in (Word Online), the authentication dialog opens but immediately returns error 12011('Browser restrictions prevented us from creating th…he add-in host are not in the same security zone) #2605

name: Run issue sentinel
on:
issues:
types: [opened, edited, closed]
jobs:
Issue:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Run Issue Sentinel
uses: Azure/issue-sentinel@v1
with:
enable-similar-issues-scanning: true # Scan similar issues in your repo, default: true
enable-security-issues-scanning: true # Scan security issues in your repo, default: false