0

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

在此处输入图像描述

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

在此处输入图像描述 感谢您的任何建议和评论。

4

1 回答 1

1

我发现解决方案如下:

只需设置authentication: nonehide-navbar: true进入proxyapplication.yml就是这样。

proxy:
  title: Standalone Docker Engine with euler Example
  port: 8080
  authentication: none
  hide-navbar: true
于 2020-05-29T08:56:15.677 回答