iignatov / LightOpenID

Lightweight PHP5 library for easy OpenID authentication.
MIT License
79 stars 96 forks source link

Support for overriding initial url XSRD lookup (enables logging in with google apps domain without hosting the XSRD information on the domain) #1

Closed russor closed 11 years ago

russor commented 11 years ago

I think this may be useful to other people than just me. Intended use is to enable corporate SSO without having to change the hosting situation, but I made it flexible so if someone else has a use case where the OpenID Provider uses urls that need to be changed for verification, they can use this too.

iignatov commented 11 years ago

Thank you for the contribution!