SAP/gigya-android-sdk

GigyaWebBridge socialize.addConnection failing for apple

Closed this issue · 9 comments

Using gigya SDK 5.1.3
Via the web bridge when calling socialize.addConnection we get an error:
Screenshot 2021-08-12 at 11 28 13

Downgrading to SDK 5.0.1 we get directed to the Apple ID login screen as expected

I've checked the generated URLs and there are differences in the query string generated to socialize.addConnection

5.1.3:

  • client_id
  • oauth_token
  • redirect_uri
  • response_type
  • sig
  • timestamp=1628758546&
  • x_provider
  • x_sdk
  • x_secret_type

5.0.1:

  • client_id
  • nonce
  • oauth_token
  • redirect_ur
  • response_type
  • sig
  • timestamp
  • ucid
  • x_provider
  • x_sdk
  • x_secret_type

Have checked and this was also working in 5.1.2, so looks like a regression in 5.1.3

I will investigate and update.

Thank you.

Seems the request is missing a mandatory authentication parameter.
If this is a regression issue I will fix it and release a patched version as soon as I can.
Will continue to update this thread.

Thanks again.

Tal

Issue identified.

Will be resolved in the upcoming update.
Expected 22-23 of August.

Regards,
Tal

Version 5.1.4 is available.

Hi,
Do you still experience issues with the latest build?

Apologies for the delayed response. However everything seems to be working with the latest version :)

Thank you for the update.