Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
currently i am working on liferay portal and I am unable to understand about PTA(Pass through authentication) specially front end PTA and back end PTA. Can u please explain me as i am a layman :) in it.
I will be really thankfull if i get a quick responce.

Regards,
Puspendu
Posted

1 solution

Pass through authentication (front end) means that your credentials you used to login a computer are also used as authentication to the server.

Pass through authentication (back end) means that your credentials are used by, for example, a web server to access a web service. The web server will setup a thread that uses your credentials to impersonate you. Meaning that the thread on the web server is acting as if it was you yourself. That thread on the web sever is then the front end version of you from the point of view of the web service.

Again in short:
- You login credentials are used to access the web server.
- A thread on the web server uses those credentials to impersonate you and can access a web service as if it where you.

Well, that are the very basics of PTA.

Good luck!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900