英文:
Spring SAML - Need two SAML Session and use second session for the approval workflow and not conflict with existing logged in user
问题
我们正在使用Apache Tomcat/SAML安全扩展和Okta作为IdP来实现SAML 2.0。用户A使用应用程序登录,并在Spring安全上下文中将登录标识设置为“User A”。当某些屏幕需要管理员批准时,管理员用户使用其SAML用户ID/密码登录,然后现有会话被覆盖。
需求:
- 如有可能,第二个SAML用户“User B”登录而不影响首次登录的SAML用户“User A”。
- 如果选项1不可行,我能在用户A会话和用户B会话之间切换吗?即在完成用户B的工作后,我能切换回用户A的SAML会话吗?
英文:
We're implementing SAML2.0 using Apache Tomcat/SAML Security Extension and Okta as IdP. User A logins with the application and spring security context setting the login id as "User A" and when the admin approval needed on few screen, an admin user login with his saml user id/password then the existing session get overwritten.
Needed :
- If possible the second saml user 'User B' logging in without impacting first logged in saml user "User A"
- If option 1 is not possible, can i switch between User A Session and User B? i.e After User B work done, can i switch back to User A saml session ?
答案1
得分: 0
是否有其他方法来处理单个浏览器上的两个用户,即使是一个接一个地登录,也不需要用户重新登录?
英文:
Its look like Spring 2 has retired this feature
Any other work around for handling two users on the single browser even one after other without asking for re-login from the user?
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论