> Hello, > > We are using gSSO-example for mobile taken from upstream. > while using gsignond oauth mechanism, we found following issue. > > As per google developer doc > (https://developers.google.com/accounts/docs/OAuth2InstalledApp#choosingredirecturi), > there can be two types of redirect uri for oauth 2.0: > 1) http://localhost > 2) urn:ietf:wg:oauth:2.0:oob > > - Issue with http://localhost > The upstream gsso-example uses http://localhost:9999 as redirect > uri. And if we use as it then it is giving SSL handshake error while > calling authentication (gsso-example --get-google-token option). > 'http://localhost:<<port_number>>' is the right redirect URI to use, The 'port_number' is only relevant if you build signonui-efl without webkit support(configure --with/out-webkit2), in that case UI daemon launches browser to do the authentication. Both the cases should work. Can you please share the logs by running:
G_MESSAGES_DEBUG=all /usr/libexec/signonui-efl -k - Amarnath --------------------------------------------------------------------- Intel Finland Oy Registered Address: PL 281, 00181 Helsinki Business Identity Code: 0357606 - 4 Domiciled in Helsinki This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
