Questions tagged [gigya]

Gigya is a provider of customer identity access management and social media integration tools that bind several social media platforms together. Use this tag for asking question about Gigya's SDKs and APIs.

Gigya is a provider of customer identity access management and social media integration tools that bind several social media platforms together. The tools can handle login, user registration, user identity storage and other components.

Supported platforms include: Facebook, Google+, LinkdedIn, Pinterest, Twitter and others.

Use this tag for asking question about Gigya's SDKs and APIs.

166 questions
1
vote
0 answers

How do I get the identifier from the user object?

How do you retrieve the identifier from the user object? Normally, I would expect the identifier to be something like this: https:\\me.yahoo.com\bob#bob123 Looking at the user object, however, it doesn't seem like there's an equivalent. I have to…
Mohamad
  • 34,731
  • 32
  • 140
  • 219
1
vote
0 answers

accounts.register returning isRegistered: true when "finalizeRegistration": false in Android alone

I hope someone can please help with this as I do not seem able to figure out on my own. Here is our gigyaSdkConfiguration.json: { "apiKey": "API_KEY_HERE", "apiDomain": "eu1.gigya.com", "accountCacheTime": 60, "account": { "cacheTime":…
Fi Li Ppo
  • 107
  • 11
1
vote
0 answers

How to access spartacus cdc gigya data?

I am using Spartacus 4.3. I apologize if this is a stupid question as I'm still quite new to Spartacus and SAP. I've set up gigya SAP Customer Data Cloud Integration as described here https://sap.github.io/spartacus-docs/cdc-integration/. The…
1
vote
1 answer

How to use "dynamic content" as a filter in SAP CDC connector in Azure Data factory

I'm trying to use SAP CDC linked service in my ADF pipeline to import some data. And also there is an option to filter out some data on source side using "Selection" part of Copy activity source configuration. This part gives possibility to select…
1
vote
2 answers

Social login with AppleId or Facebook throws 401 error

Error object: { "code": "userCancelled", "message":…
Florin Dobre
  • 9,872
  • 3
  • 59
  • 93
1
vote
1 answer

Sap Commerce Cloud cannot generate build with custom addon

I've installed in my local environment customgigyaaddon (an extended version of gigyaloginaddon), injected in my customstorefront and added to localextensions.xml and compiled without any problems, however, when I try to generate a build of this…
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
1
vote
1 answer

Registration with Gigya Swift SDK code verification email not being sent

Working on writing a bridge function for registering a new user in Gigya. Or registration flow is set to send a code verification email on registering a new user. This seems to not be firing when registering via the Swift SDK. Am I missing something…
Sandra Willford
  • 3,459
  • 11
  • 49
  • 96
1
vote
1 answer

Gigya Swift SDK: "Invalid request signature"

Using the SDK version 1.0.11 I get this error LoginSocialInteractor.loginWithSocial error: LoginApiError(error: Gigya.NetworkError.gigyaError(data: Gigya.GigyaResponseModel(statusCode: Gigya.ApiStatusCode.unknown, errorCode:…
AR89
  • 3,548
  • 7
  • 31
  • 46
1
vote
1 answer

How to migrate base password user from Gigya to WSO2 IS

Should passwords be decrypted in gigya and imported into wso2 is to encrypt new ones? The risk is to drag passwords in the clear. Should we extract the passwords with the hash and import them as such in WSO2 IS? Are there other methods knowing that…
Abdoul
  • 11
  • 1
1
vote
1 answer

Smart Lock for Passwords with Gigya Android SDK

Does Gigya Android SDK v4 provide the possibility to enable saving passwords in Smart Lock for Passwords ? I am using the WebBridge implementation of the SDK to login my users, and I need to enable this functionality into my app. I can successfully…
1
vote
0 answers

Password format issue during Umbraco to Gigya full profile import

I am doing profile import from Umbraco to Gigya (full account not lite account). I followed Gigya documentation and was able to complete the import, but post import i am not able to log in to the website using the imported email id and password. Let…
S Keshav
  • 11
  • 3
1
vote
1 answer

Unable to use Facebook native App with Gigya Social Login in Android

I'm having a hard time integrating Facebook native with Gigya social login. I am already able to authenticate a user if they proceed through the browser. I'm using code similar to the sample apps provided in the Gigya documentation. I've tried…
kobowo
  • 2,529
  • 2
  • 24
  • 37
1
vote
3 answers

Gigya Android not going into Pending Registration callback on Login

I'm trying to use the Gigya callback for onPendingRegistration because our registration requires additional details when a user logs in with social media. The initial social registration works fine because I can verify that the user exists in the…
kobowo
  • 2,529
  • 2
  • 24
  • 37
1
vote
0 answers

Invalid Request Signature Error for accounts.register

I got invalid Request signature error when tried to register using Gigya account.Registraion. I can successfully resgister a single user, then got the above error for another registraion. It will work if I chagne my app bundleID. Then I can register…
user10384449
  • 172
  • 5
1
vote
1 answer

Gigya Registraton using WebSDK

I am new to Gigya, I am integrating it on to my project. Gigya Registration integrating using WebSDK, on accounts.register() getting email verification popup, How to skip this step? I have integrated magento plugin, from magento2 website am getting…
1 2
3
11 12