• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Impl Suggestion: Data pulling app in SSO environment

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Environment: Corporate environment with Citrix SSO 4.8 implementation, with automatic password change feature enabled for secondary credentials

Scenario: New implementation of portal to pull data from multiple apps (where credential is managed by Citrix SSO - potentially password changed by Citrix SSO).

Issue: In this scenario, users no longer hold their credentials for individual services where credentials are managed by Citrix SSO (since Citrix SSO may change these secondary passwords with some randomly generated password, in the background).

Question: What is the best implementation to allow this new portal to pull data from these services, where user credentials are managed by Citrix SSO? How can this portal authenticate these users to pull data from these services on their behalf (so that these services can determine what can/cannot be viewed by user - access control)

Is this possible with Citrix SSO (or perhaps any supporting technologies to work with Citrix SSO to allow this implementation?)

If not, any SSO solutions that allows this to work?
 
reply
    Bookmark Topic Watch Topic
  • New Topic