Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LDAP java single sign-on on Liberty server

I want to implement Single sign on Websphere-Liberty server using Java. I want to authenticate users using LDAP.

I searched a lot but could not find exact example. I have checked each available example on stack overflow as well. but no luck.

It would be great if one can provide demo or example code for the same.

Thanks in advance.

update : I was able to implement the same with the help of waffle.. but waffle doesn't work with Linux/Unix. .. can anyone please help me?

like image 968
Yaxita Shah Avatar asked Sep 04 '17 10:09

Yaxita Shah


1 Answers

waffle dosent support *nix. You can use JASS (Java SE 8 only) with support of Krb5LoginModule which will let you to cache OS ticket.

like image 128
dharam Avatar answered Oct 19 '22 13:10

dharam