Lets say a user does not want to allow access to a particular realm,
is there a way to send a negative assertion?
// if user cancels
if (is immediate request) {
return "openid.mode=id_res&openid.user_setup_url=" + setupUrl;
} else {
return "openid.mode=cancel";
It's not completely trivial to implement it, though, is it? There is
by definition user interaction taking place between request and
response, and that messes the processing flow up a bit. Perhaps you
have a simple solution?
On 7/22/07, Travis Reeder <tre...@gmail.com> wrote:
>