Hi, It's not a bug in simpleSAMLphp. In response to a SAML request with IsPassive="true", the IdP isn't supposed to prompt for sign-in.
The start page is different from the other applications, since it is designed to be viewed by anonymous users as well as authenticated users. -alex On Aug 30, 3:27 am, Arcimboldo <[EMAIL PROTECTED]> wrote: > On Aug 29, 3:11 pm, "Julian (Google)" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I noticed that when accessing the partner page our redirection to your > > IdP is adding a parameter passive=true, this could be causing the > > problem. > > > I recommend to try to modify this behavior on the IdP, for example you > > can modify the function getIsPassive() on you implementation. > > >http://simplesamlphp.googlecode.com/svn/trunk/lib/SimpleSAML/XML/SAML... > > Thanks for the reply. > I've forced a "return FALSE" in the function getIsPassive(), and that > seems to force the login. It's a workaround for me: I would like to > let anonymous users also to see the start page, but it can works this > way for now. > > Anyway I don't understand if this is a bug either in our simplesamlphp > implementation or in the google software, or if it is the expected > behaviour. > > Thanks anyway for the useful reply, I'll force the login for now. > > .a. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
