I saw many configs for users with domain but no one did solution with custom DB as authentication backend.
I enabled HTTPBasicAuth for Customers in Config.pm but how to integrate it with my external backend? How to login user when he is logged in on main portal? I can do it with Action=Login parameter but I don't want to send clear text password over network.
Single Sign On with custom DB
Moderator: crythias
-
- Administrator
- Posts: 4253
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: Single Sign On with custom DB
Create a valid OTRS session for this user instead of sending user/passwort via URL.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
-
- Znuny newbie
- Posts: 21
- Joined: 12 Jun 2012, 14:16
- Znuny Version: 5.0.1
- Real Name: Ivica Vujovic
- Company: BELIT
Re: Single Sign On with custom DB
Thanks, it works. I have another problem but will post it on separate thread.