我的组织中已经有一个login page,可以从HR系统访问用户的ID和密码(见下文)。

我的问题是:我如何绕过shinyproxy的内置登录功能和我的应用程序上方的导航栏(见下图)?

感谢您的建议和评论。
发布于 2020-05-29 16:56:16
我找到的解决方案如下:
只需在application.yml的proxy中设置authentication: none和hide-navbar: true,就行了。
proxy:
title: Standalone Docker Engine with euler Example
port: 8080
authentication: none
hide-navbar: truehttps://stackoverflow.com/questions/62060541
复制相似问题