适用于 Oracle 表单和 Java EE 的 SSO

发布于 2024-10-18 20:12:48 字数 123 浏览 2 评论 0原文

我被要求创建一个门户,用户可以从该门户导航到使用 oracle forms 10g 创建的其他几个应用程序以及使用 jsp 和 servlet 创建的其他应用程序,我想问这是否可能?我一直在阅读有关 SSO 的内容,我的方向正确吗?

I've been asked to create a portal from which a user can navigate to several other applications which are created using oracle forms 10g and others created using jsps and servlets, I wanted to ask if this is possible? I've been reading about SSO, am I going in the right direction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蹲在坟头点根烟 2024-10-25 20:12:48

我试图找出几乎类似的东西,但就我而言,我试图找到如何使用 PKI 和 Oracle Wallet 对用户进行身份验证。所以现在我正在尝试了解如何通过 PKI 身份验证创建和管理 SSO。

对于您的情况,如果您使用用户/密码输入,则可以在用户首次进行身份验证后使用 SESSION 来跟踪合法用户。如果您正在开发桌面用户应用程序,那就更容易了。对于 JSP/Servlet,需要采取额外的预防措施,因为它是从外部主机访问的服务器端应用程序。然而,由于该请求是关于“创建门户”,因此您更有可能被要求开发 JSP/Servlet 应用程序。

这是示例教程:
https://docs.oracle.com/cd/E19396- 01/817-7649/prog_sso.html

stackoverflow下的类似主题:
如何在现有 tomcat Web 应用程序上实现 SSO

I am trying to find out something almost similar but in my case I am trying to find how to authenticate user using PKI and Oracle Wallet. So right now I am trying to find out how to create and manage SSO through PKI authentication.

For your case, if you using user/password entry you can use SESSION to track legit user once the user is being authenticated for the first time. It would be easier if you are developing Desktop user application. For JSP/Servlet extra precaution need to be taken since it is a server side application that is being accessed from external host. However since the request is about "create a portal" it is more likely you are being asked to develop JSP/Servlet application.

This is the sample tutorial:
https://docs.oracle.com/cd/E19396-01/817-7649/prog_sso.html

Similar topic under stackoverflow:
How to Implement SSO on existing tomcat web application

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文