User management for custom application built on google apps
        Posted  
        
            by Ali
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ali
        
        
        
        Published on 2010-03-14T11:40:07Z
        Indexed on 
            2010/03/14
            13:45 UTC
        
        
        Read the original article
        Hit count: 714
        
Hi guys, I'm modifying our collaboration system so it can be listed on google applications. A small issue I'm facing is the registering of user details. By default whenever someone logs into their google Apps account they pretty much are logged into the application.
For every action taken by a registered login in user I store the user ID of that signed in user whenever an update is made in the database. However the google apps user sign in process is different in this respect that there isn't anything visible as a user ID for me to work with.
Any ideas?
© Stack Overflow or respective owner