Skip to Content.
Sympa Menu

shibboleth-dev - Obtaining user attributes from a web form at the time of authentication

Subject: Shibboleth Developers

List archive

Obtaining user attributes from a web form at the time of authentication


Chronological Thread 
  • From: "Dharam Veer" <>
  • To:
  • Subject: Obtaining user attributes from a web form at the time of authentication
  • Date: Sun, 26 Oct 2008 10:56:21 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=eDQOOwLtcxJY6xfD0Zk458+FG5K8qy2BL7zSo5W30ybCB6rjFOkFUg4NfVuhXYXvY/ IjHgXTodlDpJtyquaWzGi2NOu7IPYRnGeWeKstUqYM2heqXasZB8G8J75P/3/jOhcJXK TIu5YQC/T54UrDyAHHoKSqJvMdUR4rLkAJeVU=

Hi,

I have been able to understand how to write a custom login handler for Shibboleth (with lot of hiccups in getting xsd and configuration right :)) and now I am onto the attributes part. As I understood from the documentation DataConnectors are used to retrieve data from different sources but in my case user attributes are to be submitted by user using a web form i.e they are stored in some respository.

Do I have to write a DataConnector to do it ? I looked in the code how AttributeResolver is working and could not find a way to write a dataconnector which is capable of redirecting to a web page to collect attributes etc ?

Would really appreciate if you could guide me regarding this problem

Regards
Dharam



Archive powered by MHonArc 2.6.16.

Top of Page