AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

Robust, automatic testing of OpenID log-in #81

Closed sparre closed 10 years ago

sparre commented 11 years ago

The test scripts using MyOpenID depend of MyOpenID being sufficiently responsive. The test scripts using Google simply don't work.

Ideally we should have a test using a locally installed OpenID provider.

rostgaard commented 11 years ago

We have som options here: http://wiki.openid.net/w/page/12995226/Run%20your%20own%20identity%20server But, isn't this solved by using a few dummy Google accounts?

sparre commented 11 years ago

I couldn't get automated OpenID log-in to work with Google, but you're welcome to give it a try. It would definitely have some benefits compared to running our own local OpenID provider.

rostgaard commented 11 years ago

But it works manually? Would it make sense to try to setup our own OpenID server, rather than to try to make it work with Google's OAuth?

sparre commented 11 years ago

Yes. Using Chromium and logging in manually works fine. It is when I try to do it with curl, wget or lynx I have problems.

rostgaard commented 10 years ago

Closing for now. OpenID is moved to the separate auth service.