IdentityServer3 支持的浏览器
IdentityServer3 supported browsers
我正在寻找 IdentityServer3 支持的浏览器列表的官方文档。有人知道 link 之类的吗?我一直在抓取官方文档,到目前为止还没有找到完整的列表。希望我刚刚看过它。
如果您指的是默认视图,它们会使用以下 js 库 - 所以您最好不要浏览器支持这些:
=> source code, external js libs
- Angular 1.3.1
- Boostrap 3.0.3
- jQuery 1.11
话虽如此,您可以覆盖和实现所有视图 - 因此您可以自行决定您的浏览器支持级别。
引用 Brock Allen 关于预期的默认浏览器支持的内容
We don't support deprecated browsers. IIRC we agreed to IE9 and above. In fact much of the login or consent pages won't work for you if you're in IE7 I'd imagine.
我正在寻找 IdentityServer3 支持的浏览器列表的官方文档。有人知道 link 之类的吗?我一直在抓取官方文档,到目前为止还没有找到完整的列表。希望我刚刚看过它。
如果您指的是默认视图,它们会使用以下 js 库 - 所以您最好不要浏览器支持这些:
=> source code, external js libs
- Angular 1.3.1
- Boostrap 3.0.3
- jQuery 1.11
话虽如此,您可以覆盖和实现所有视图 - 因此您可以自行决定您的浏览器支持级别。
引用 Brock Allen 关于预期的默认浏览器支持的内容
We don't support deprecated browsers. IIRC we agreed to IE9 and above. In fact much of the login or consent pages won't work for you if you're in IE7 I'd imagine.