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
2 Factor Authentication in OpenKM
Forum rules
Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: 2 Factor Authentication in OpenKM
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
Ok I will.
can I do it if I used OpenKM 6.2.26 ?
can I do it if I used OpenKM 6.2.26 ?
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: 2 Factor Authentication in OpenKM
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"
-
- Fresh Boarder
- Posts: 1
- Joined: Fri May 17, 2019 6:49 am
Re: 2 Factor Authentication in OpenKM
Thanks Jllort, so is there any plan to implement the 2 factor in CE versions;
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: 2 Factor Authentication in OpenKM
Is not in the current community roadmap.
Re: 2 Factor Authentication in OpenKM
how add the code of 2 factor authentication in code source of openkm 6.3
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: 2 Factor Authentication in OpenKM
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
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
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
Last edited by zohra on Mon Oct 26, 2020 5:34 pm, edited 1 time in total.
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: 2 Factor Authentication in OpenKM
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.