I'm use WSO2 Identity Server 2.0.3. It's implementation OpenID server.
I point my openid identifier.
The log server can see a list of transmitted parameters:
openid.ns.sreg:http://openid.net/sreg/1.0
openid.ns:http://specs.openid.net/auth/2.0
There also is a server error:
ERROR - Failed to add required attributes of OpenID Simple Registration
{org.wso2.carbon.identity.provider.openid.extensions.OpenIDSimpleReg}
org.openid4java.message.MessageException: 256: Cannot instantiate
extension: http://openid.net/sreg/1.0
at org.openid4java.message.Message.getExtension(Message.java:491)
at
org.wso2.carbon.identity.provider.openid.extensions.OpenIDSimpleReg.addRequ
iredAttributes(OpenIDSimpleReg.java:74)
at
org.wso2.carbon.identity.provider.OpenIDProviderService.getRequestedAttribu
tes(OpenIDProviderService.java:459)
at
org.wso2.carbon.identity.provider.OpenIDProviderService.getUserProfiles(Ope
nIDProviderService.java:692)
I have made changes to the registration code. See attached patch.
After this registration is successful.
Original issue reported on code.google.com by alexey.l...@gmail.com on 22 Apr 2010 at 7:15
Original issue reported on code.google.com by
alexey.l...@gmail.com
on 22 Apr 2010 at 7:15Attachments: