2

It looks like the default OpenID in Play 2 lost some parameters. Or else, Play 2 defaults to using OpenID 2 while Crowd uses OpenID 1.1?

Kara
  • 6,115
  • 16
  • 50
  • 57
LeToNode
  • 236
  • 2
  • 3
  • OpenID in Play2 works well. I've been using it with Google as OpenId provider, never had a problem. I suggest you checkout the Atlassian Crows configuration. – i.am.michiel May 10 '12 at 15:12
  • I found If I remove the url parameter :`openid.ns=http%3A%2F%2Fspec s.openid.net%2Fauth%2F2.0 ` and add parameter `openid.trust_root`,the request could work with crowd id server. and the openid.ns parameter is add by play api. – LeToNode May 15 '12 at 06:22
  • From Crowd 2.6, OpenID 2.0 is supported. – Joe Mar 08 '13 at 14:30

1 Answers1

1

From Crowd 2.6, OpenID 2.0 is supported. This should allow you to use it with Play's defaults.

Joe
  • 29,416
  • 12
  • 68
  • 88