This content has been marked as final.
Show 4 replies
-
1. Re: How to achieve SSO and LDAP authentication sequentially in MDM?
Shriharsha Manjunath Nov 6, 2019 2:02 AM (in response to Gaurav Misra)One theoretical approach is we authenticate whether the user exists or not in SSO when we call login() method from CustomLoginModule.java.
We can send a LDAP request to the server to authenticate the user , if we get a wrong response we can throw an exception otherwise we will send back Boolean true from the method in CustomLoginModule.java..
public boolean login() throws LoginException {
}
-
2. Re: How to achieve SSO and LDAP authentication sequentially in MDM?
Gaurav Misra Nov 6, 2019 8:24 AM (in response to Shriharsha Manjunath)So are you saying that through the custom login module we can connect to a LDAP server by calling the login() method from CustomeLoginModule.java?
-
3. Re: How to achieve SSO and LDAP authentication sequentially in MDM?
Dhananjay Singh Nov 6, 2019 8:34 AM (in response to Gaurav Misra)Can you please confirm if its for idd or e360?
-
4. Re: How to achieve SSO and LDAP authentication sequentially in MDM?
Gaurav Misra Nov 6, 2019 10:22 AM (in response to Dhananjay Singh)It is e360