I have integrated the openID component for cakePHP from http://code.42dh.com/openid/ into my application. When I put in my openID URL (http://openid-provider.appspot.com/XXXXXXXXX ) I am prompted to log into Google from the openID page which and I get properly redirected back to my page with a whole lot of stuff in the GET string and a "successfully authenticated" message so I know that is all OK.
However this requires one to know the URL at lead of time. How can I go directly to a screen to enter one's username and password?
[Sorry if this sounds like a beginner's question, I am still trying to figure this out]