What I observed with a set of old tokens is that our own (canonical.com) token renewal process gets ejected into the browser. The redirects are part of the SAML / 3rd party auth. process, but not all of it is trapped unfortunately. Eventually, after restarting the webapp 3 times to finalize the process, the tokens get refreshed and the Gmail webapp redirects to the main UI, but there are at least 2 redirects that end up in the browser.
Here is what I found in the logs : qml: Opening: https://login.ubuntu.com/two_factor_auth?next=/saml/process in the browser window. ... and later ... qml: Opening: https://login.ubuntu.com/saml/process in the browser window. I also spotted a few: process 23654: arguments to dbus_connection_close() were incorrect, assertion "c onnection->generation == _dbus_current_generation" failed in file ../../dbus/dbu s-connection.c line 2935. if that matters. On Wed, Nov 18, 2015 at 4:46 PM, Alexandre Abreu < [email protected]> wrote: > Nothing changed, just that the pattern is found in the Exec line and I > think might be a left over from an earlier version (or just a mistake), > it was never an allowed form. For google, we allow e.g. www.google.* > where the * is expanded to [^\\./] after but google.co.* is not a valid > pattern (which probably should be treated as a separate "bug"), > > And yes it should be fixed, > > -- > You received this bug notification because you are a bug assignee. > https://bugs.launchpad.net/bugs/1517102 > > Title: > Gmail webapp account renewal not successful > > To manage notifications about this bug go to: > https://bugs.launchpad.net/webapps-core/+bug/1517102/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517102 Title: Gmail webapp account renewal not successful To manage notifications about this bug go to: https://bugs.launchpad.net/webapps-core/+bug/1517102/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
