I2 MS Age RP with openinfocard
From OSIS Open Source Identity Systems
Account creation works. Signin with the created card failed, because the openinfocard id selector could not get the mex data.
The mex request was:
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"> <s:Header> <a:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action> <a:MessageID>urn:uuid:38994</a:MessageID> <a:ReplyTo><a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address></a:ReplyTo> <a:To s:mustUnderstand="1">http://ipsts.federatedidentity.net</a:To> </s:Header> <s:Body/> </s:Envelope>
and was sent to: https://ipsts.federatedidentity.net/SecurityTokenService/InteropSts.svc/mex once as a POST then as a GET request. Both requests failed with HTTP status 500.
Another thing: The created card had the following element: <requireAppliesTo>undefined</requireAppliesTo> Is this legal?
Tested by Axel Nennker with
- Firefox 2.0.0.8
- xmldap-0.9.8.20071017.xpi openinfocard id selector
- IdentitySelector.xpi (1.0.1) IdentitySelector.xpi
- (Windows XP SP2)
