I want to integrate Google Apps into my django application and I need that all Google Apps users could log in. There are plenty of solutions but all of them are meant just for one domain or a limited number of domains. But that's not enough for me, I want to implement SSO and therefore I have to be able to grant access to users from all Google Apps domains.
All solutions I have found are missing only the first step of authenticating process: it means to take the given domain and find location of appropriate XRDS file. I saw it written in PHP and it wouldn't be difficult to do the same thing in Python. However, it would be useless to write it again if there is a working solution somewhere.
Could you recommend me something?