My company use Google Apps and we are currently looking into using OpenId via Google Apps to authenticate with our various services that supports Open Id.
The issue is that not all of these tools and services support the extensions that Google Apps have implemented (as described here What parts of discovery for google apps auth aren't to the open-id spec? ).
Is there any way to implement some form of an Open Id proxy on our domain that acts as an Open Id provider, but delegates the requests to Google Apps for the actual authentication and then returns a standard Open Id response? Or is there a simpler way? Any hints or advice is appreciated!
Note that we want to use the Google Apps authentication as all our users are logged into the Google Apps accounts at all times and we want them to register with those e-mail accounts.
Thanks.