Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Identity Selector invocation from a Flex application ?

You can use any server side script to just return submitted Token. May be ColdFusion ? :)

I don't know any way to catch POST data on the client side other than retrieving it from server using AJAX. Please let me know if you find any solution. I will keep looking too.

Thanks,
Jeesmon

On Dec 31, 2008, at 9:20 AM, Ritaine François-Julien wrote:

Great ! It works exactly as expected, but I would like to avoid using PHP :/
 
I'm trying some stuff to make Js directly return the retrieved token to Flex but it doesn't works yet, any advice ?
 
Thanks
 
FJ
 
De : higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] De la part de Jeesmon Jacob
Envoyé : mardi 30 décembre 2008 21:01
À : Higgins (Trust Framework) Project developer discussions
Objet : Re: [higgins-dev] Identity Selector invocation from a Flex application ?
 
You can find an example at http://jeesmon.csoft.net/flexrp/. It uses ExternalInterface class to communicate between Flex and _javascript_ to invoke selector so that any selector can be used to submit InfoCard token.
 
Right click on Flex App and select "View Source" to see the source view. Relevant files are:
 
1. html-template/index.template.html.txt (look at the code between <!-- Flex RP Custom Code Starts Here --> and <!-- Flex RP Custom Code Ends Here -->)
2. src/FlexRP.mxml
 
-Jeesmon
 
On Dec 30, 2008, at 10:15 AM, Ritaine François-Julien wrote:


Hi,
 
Has anybody already managed to invoke an Higgins Identity Selector (Air Identity Selector would perfectly fit my needs) from a flex application ?
Any advice would be welcomed ;)
 
Thanks in advance
Regards
 
 


Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
<ATT00001.c>
 



Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
<ATT00001.c>


Back to the top