Page 1 of 1

2 Factor Authentication in OpenKM

PostPosted:Tue Apr 25, 2017 12:56 pm
by moh.ali
Hello
I have two Questions :
1- where can I get documentation about how OpenKM Authentication work?
2- how can I add another authentication factor with old username+password?
I need to integrate OpenKM authentication(username and password) with token generated from another system(we have it already) and change the workflow of OpenKM authentication.
I need the user to enter his token and username and password in OpenKM login screen and check it throw web service in another system . if the token is valid then check the username and password in openKM Database. otherwise terminate login process befor check the username and password.

I'm using OpenkM 6.4.6 under windows 10 64bit

Re: 2 Factor Authentication in OpenKM

PostPosted:Tue Apr 25, 2017 6:03 pm
by jllort
This is a professional edition and very old. You should contact with us because in version 6.4.33 we have yet implemented 2 factor authentication.

Re: 2 Factor Authentication in OpenKM

PostPosted:Wed Apr 26, 2017 9:32 am
by moh.ali
Ok I will.
can I do it if I used OpenKM 6.2.26 ?

Re: 2 Factor Authentication in OpenKM

PostPosted:Fri Apr 28, 2017 6:25 pm
by jllort
Actual OpenKM community version is 6.3.3. Obviously you can modify the source code for it. You should investigate in the direction "spring two steps authentication"

Re: 2 Factor Authentication in OpenKM

PostPosted:Fri May 17, 2019 6:53 am
by krishna_kumar
Thanks Jllort, so is there any plan to implement the 2 factor in CE versions;

Re: 2 Factor Authentication in OpenKM

PostPosted:Fri May 17, 2019 6:43 pm
by jllort
Is not in the current community roadmap.

Re: 2 Factor Authentication in OpenKM

PostPosted:Sun Oct 18, 2020 11:55 am
by zohra
how add the code of 2 factor authentication in code source of openkm 6.3

Re: 2 Factor Authentication in OpenKM

PostPosted:Mon Oct 19, 2020 6:43 am
by jllort
Check spring security about how to add support for AD. Then you must play with openkm code considering the current spring version in the community edition.

Re: 2 Factor Authentication in OpenKM

PostPosted:Wed Oct 21, 2020 10:43 am
by zohra
Hi
I have a java code of 2-factor authentication and I want to introduce it in the source code of the openKm community
my problem is how can I introduce it because I can't find the file responsible for adding the function in openkm
can you please help me on the file in openkm community?

Thank you

Re: 2 Factor Authentication in OpenKM

PostPosted:Sat Oct 24, 2020 5:49 pm
by jllort
please add a specific issue for this case, do not merge several topics into the same post. It will cause a lot of confusion for the other readers.