我可以在自定义Azure AD B2C用户界面中使用SVG吗?

时间:2018-05-31 15:45:53

标签: html azure svg azure-active-directory azure-ad-b2c

我正在构建自定义的Azure AD B2C user interface

我在页面中添加了一个SVG标记。

<body>
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <svg width="100" height="100">
                    <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
                </svg>

                <div id="api"/></div>
            </div>
        </div>
    </div>    
</body>

如果我直接访问该页面,SVG标记会按预期呈现。如果我在Azure AD B2C流程中访问该页面,则会省略SVG标记。

在自定义Azure AD B2C用户界面中是否支持SVG?

1 个答案:

答案 0 :(得分:1)

不,不幸不支持。请参阅此屏幕截图中的允许标记:

allowed tags screenshot

UserVoice:Stop Blocking Custom HTML Elements and Attributes | Add Angular SSR Support