I'm using SimpleSAMLphp as an OpenID Consumer and no openID provider I tried seems to work.
I always get the following error:
Exception during login: SimpleSAML_Error_BadRequest: BADREQUEST('%REASON%' =>
'Not a valid OpenID: \'https://www.google.com/accounts/o8/id\'')
or:
Exception during login: SimpleSAML_Error_BadRequest: BADREQUEST('%REASON%' =>
'Not a valid OpenID: \'https://me.yahoo.com\'')
I tried my ID's with other web pages and they work fine.
I'm Using apache 2.2 & php5.3 and a cert from valid CA. Any clues on how I should approach the problem ? anyone got the same problem? I also tried to understand why the authn_request returned by the library is null...