I believe "AuthenticationRequest.isImmediate()" lets you properly process
these requests.
>
> Can someone provide me with some details on how the login process
> would work for an AJAX style login? I know that in the more common
> approach, the user is redirected to the openid provider site to
> validate credentials. How are credentials passed in the
> checkid_immediate case (if at all)? Is a user entering both the
> openid_url and a password somewhere on the openid consumer side( this
> sounds like it is against what openid is about) or is the assumption
> that the user has already logged in and thus we are passing some sort
> of token to the open id provider.
Most commonly, the OP would use a User-Agent cookie to determine if
user has previously logged in, and whether RP is authorized as an automatic
login for the user.