Difference between revisions of "Pass Through Authentication"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 14: Line 14:
| 2. || Visits the page or application  || ||  
| 2. || Visits the page or application  || ||  
|-
|-
| 3. || Clicks the link that goes to the platform's PTA service || ||
| 3. || Clicks a link to go to a platform page || ||
|-
|-
| 4. || || * Receives data in the SOAP payload:
| 4. || || || Passes data to the platform's PTA service in the SOAP payload
|-
| 5. ||
|
* Receives data in the SOAP payload:
:* Session ID (optional, but desirable)
:* Session ID (optional, but desirable)
:* Login ID
:* Login ID
Line 22: Line 26:
|
|
|-
|-
| 5. || || Receives a success- or failure-report from the Authentication Server ||
| 6. || || Receives a success- or failure-report from the Authentication Server ||
|-
|-
| 6. || || Redirects the user to the appropriate page. ||
| 7. || || Redirects the user to the appropriate page. ||
|}
|}



Revision as of 19:37, 17 August 2011

Pass Through Authentication (PTA) lets a user go straight to the platform from an organization's web page or application, without having to log in again.

How it Works

Actions

User... Platform... Your Organization's Web Service...
1. Provides a web page or application
2. Visits the page or application
3. Clicks a link to go to a platform page
4. Passes data to the platform's PTA service in the SOAP payload
5.
  • Receives data in the SOAP payload:
  • Session ID (optional, but desirable)
  • Login ID
  • Passes data to the Authentication server
6. Receives a success- or failure-report from the Authentication Server
7. Redirects the user to the appropriate page.

Enabling Pass Through Authentication

  1. Click Settings > Administration > Single Sign-On
  2. Click the [Edit] button
  3. For Single Sign-On Settings, choose Pass Through Authentication
  4. Fill in the Pass Through Authentication Settings:
    Third party Authentication Service URL
    Location of the authentication service. The platform uses this URL to authenticate the USER, passing the appropriate pay load in the HTTP request.
    Success page URL
    The default page the platform sends the user to when authentication succeeds. (Can be overridden dynamically in the HTTP request.)
    Error page URL
    The page the platform sends the user to when authentication fails.
    The default destination is the platform’s Login-error page.
  5. Click [Save]

Pass Through Authentication Settings