Skip to main content

Hi All,

 

 

I want to create custom login form with smartform. 

 

The login form commonly  have two textboxt username and password. 

When an user click the login button, system will check the username and password in active directory. (active directory validation) 

and then update some smart object when an user do a login action.

 

I have a struggle when find how to make active directory validation in smartform. (username and password)

Is it possible to create active directory validation in smartform?

 

Please anyone help to my case.

 

 

 

Thx

Regards,

Daniel

Hi Daniel,


 


From what I know, there is no way you can achieve this out of the box. All the AD service brokers that K2 provide out of the box only retrieve user properties, or perform simple account management. There is no method to validate a user's credential from username and password.


 


Your best bet will be to write your own service broker, and use code to validate the user from username and password, then return a boolean indicating if the validation is successful or not.


Reply