问题标签 [login-page]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
25 浏览

python - 在烧瓶中刷新页面时如何更改为消息?

app.py 是:在此我使用 yash 和 yash 作为默认用户名和密码,当我输入错误密码并输入时,html 页面会打印“Invalid Credentials”。index.html但是,当我在获得无效凭据后刷新时,它也会显示带有“无效凭据”消息的同一页面。当我从浏览器刷新页面时,我该怎么做才能显示空的登录页面?

index.html的是:

0 投票
2 回答
49 浏览

azure - SAML SSO 在 Websphere Liberty 中不起作用

我第一次尝试在 Liberty 中实现 SSO。我在 Liberty 中有一个应用程序,我希望成为服务提供者并使用 Azure 作为身份提供者。目前我想让 SP 启动。

按照以下链接中的第一步:

https://www.ibm.com/docs/en/was-liberty/base?topic=liberty-configuring-saml-web-browser-sso-in

我已经把 samlWeb-2.0 和

进入 server.xml,我看到 SAML 启动。

然后我能够从 ibm/saml20/defaultSP/samlmmetadata url 获取 SP 元数据。

我从 Azure 获得 IDP 元数据并安装在 resources/security/idpMetadata.xml 中。

因此,当我访问我的应用程序时,它会转到上面的登录页面,但我收到以下消息:

AADSTS750054:SAMLRequest 或 SAMLResponse 必须作为查询字符串参数出现在 SAML 重定向绑定的 HTTP 请求中。

这是真的——没有查询参数。我在这里想念什么?为什么 Liberty 不尝试构建授权请求?

此外,Azure 希望我安装一个证书(Base64 或 Raw),我假设它进入安全文件夹,但我不应该引用它吗?我注意到 iDp 元数据中有 X509Certificate 标签,所以我不确定 cer 文件是如何发挥作用的。

如果有人可以提供任何指导,我将不胜感激。