uchicago / shibboleth-oidc

OpenID Connect support for the Shibboleth Identity Provider v3
Apache License 2.0
81 stars 19 forks source link

Client for testing? #20

Closed edysli closed 8 years ago

edysli commented 8 years ago

I got that cool project to run on my IdP, but I don't have any client to test it yet. How do you guys test it? any recommendations?

mmoayyed commented 8 years ago

We have been testing it via: https://github.com/mmoayyed/simple-web-app

Note the fork.

mmoayyed commented 8 years ago

We are also going through conformance tests with openid.net, you could try there but you'd have to know your way around the config. Start with the simple webapp first.

edysli commented 8 years ago

I'll try that, thanks!