How to pass user credentials between apps on the same server?


 
Thread Tools Search this Thread
Top Forums Web Development How to pass user credentials between apps on the same server?
# 1  
Old 06-11-2012
How to pass user credentials between apps on the same server?

I have a wordpress site that authenticates against a local ldap database for users to login. On the same server and domain I have subsonic installed that also authenticates against the same ldap database. The ldap database is firewalled front the outside wall and the internal LAN.

I would like to create a link from a wordpress page to the subsonic login page and also pass the user credentials at the same time to allow a seamless logon for the user into the subsonic app but do this in a secure fashion.

The url format for the wordpress site is home.mydomain.com/wordpress and for the subsonic app it's home.mydomain.com:4141
Both sites can be put on https if that helps?

Please be gentle as I have no coding experience. Thanks

Last edited by barrydocks; 06-11-2012 at 04:38 PM..
# 2  
Old 06-16-2012
any suggestions?
# 3  
Old 07-17-2012
Will the SharePoint application and ASP.NET application hosted on the same server? If on the same server, credentials will be carried over, so, all you need to do is enable windows integrated authentication in your SharePoint application (Assuming it is what user will be accessing first)
If they both are going to be hosted on separate servers then kerberos delegation need to be configured on servers
# 4  
Old 07-17-2012
Thanks for the reply, but it's a linux (ubuntu) server not windows.

I think you may have replied to the wrong thread?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to check via SSH and credentials if file on remote server exists?

Hi there, I am sorry to ask that kind of beginner thing, but all the code I found online didnt work for me. All I want to do is: Check via SSH if a File exists on my webserver. The SSH login has to be with username and password. So I would be very thankful if somebody could write the line.... (8 Replies)
Discussion started by: Jens885544
8 Replies

2. UNIX for Beginners Questions & Answers

Passing User Credentials with Mount Command

My HP-UX server currently mounts a directory on a Windows 2012 server. The Windows server allows anonymous connections for RW and this configuration has worked well for years. Now, due to tightening security requirements I can't use anonymous. I also can't setup Identity Mapping on the Windows... (5 Replies)
Discussion started by: jduehmig
5 Replies

3. Shell Programming and Scripting

How to scp File from root user in one server to say crt user in another server and avoid password?

Can someone help in writing some script through which I can transfer file (scp) from root user in abc server to crt user in hfg server and can give the crt user password in script itself so that it doesn't prompt me every time for password (4 Replies)
Discussion started by: Moon1234
4 Replies

4. AIX

Passing user/pass credentials to automountd map file.

How could I pass credentials to the automountd daemon through it's map files? Tried credentials=/some/file.txt - Didn't work. Tried SHARE.domain.com/user/pass/SHARE_NAME in map file - Didn't work Tried user=USER,pass=PASS - Didn't work. I can see the mounts created but when I access them... (4 Replies)
Discussion started by: Devyn
4 Replies

5. UNIX for Advanced & Expert Users

Need to pass credentials in one Go

Hi, We usually switch user using the below command. sudo su - user1 It then prompts for the password which we feed in. I wish to pass both the username and the password in one go thus eliminating the prompt for the password. I am using java standalone to connect to unix using... (11 Replies)
Discussion started by: mohtashims
11 Replies

6. Shell Programming and Scripting

perl script to open an executable and pass the user credentials

Is it possible to open an executable file and pass user credentials through the perl script. If yes Please do share the CPAN module names and the way to access the executable file. For eg. I want to open the IBM LOTUS Sametime through my perl code and pass the user credentials like... (1 Reply)
Discussion started by: giridhar276
1 Replies

7. UNIX and Linux Applications

New Guy looking for a place to start for UNIX Server and n-tier apps

:o no longer need this. (0 Replies)
Discussion started by: tokposman
0 Replies

8. Solaris

2 apps using same port on a single soalris server

Hi i 've a question is it possible to run 2 instances of an application on same server which uses same port .. , is it possible to do it with logical ip addresses ? (4 Replies)
Discussion started by: fugitive
4 Replies

9. Filesystems, Disks and Memory

Backup apps for Windows server, linux clients?

Hi guys. What would you recommend me a software running on Windows, and it is capable for backing up Windows and Linux (unix is optional) machines? The application should have following features: - Encryption. - Authentication - Open source if possible :) ... I found Amanda, but it... (1 Reply)
Discussion started by: bsddaemon
1 Replies
Login or Register to Ask a Question