0
I need to implement SSO(Single Sign-On) in a client of the company I work, the scenario is basically the following: They have a web system, made in java, which has a normal login, but they want that there is no login screen and that this verification is done against an Active Directory that they have. So I would like to know what information I can use about the user. I’ve been suggested frameworks like Waffle, Kerberos and SPNEGO, but I found them to be too complicated to implement. I would like this integration to be as simple as possible.
Thanks in advance.
Thanks for the answer, showed me a way. I still have a question, as I would to take for example the username of the network and pass as argument on the line. props.put(Context.SECURITY_PRINCIPAL, "login");
– Thiago Souza
Varies, depends on the context. This user will have to be expressed at some point.
– Roknauta