Single sign-on in Java EE

前端 未结 2 927
梦如初夏
梦如初夏 2021-01-16 13:57

I am trying to implement single sign-on between 2 Java EE applications. Both these applications share the same registry - LDAP. I would like to navigate from one application

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-16 14:46

    An implementation of CAS will work for you, it is well documented and the changes needed to "CASify" your app are very easy

提交回复
热议问题