Coder Social home page Coder Social logo

Comments (6)

adavidw avatar adavidw commented on July 16, 2024

Here's a forum thread that can help explain: https://community.developer.authorize.net/t5/Integration-and-Testing/iOS-Device-Login-with-loginID-and-transactionKey/td-p/50244

from inperson-sdk-ios.

hiren43 avatar hiren43 commented on July 16, 2024

@adavidw Thanks. But it didn't solve my problem. I already created thread. There is a loophole. Apps will be used by employees. So they must not know about the merchant credentials(login and password) else they can misuse it. I still am not able to understand the role of transaction key. We should be using that instead of merchant's login data.

from inperson-sdk-ios.

rhldr avatar rhldr commented on July 16, 2024

You should create additional users for each device in the Merchant Interface and grant them appropriate permissions but not make them account administrators.

from inperson-sdk-ios.

adavidw avatar adavidw commented on July 16, 2024

Hi @hiren43,

The transaction key is more like a master key for transaction processing. Anyone with the login ID and transaction key can perform any transaction. So, that's definitely not something you'd want to use as the authentication for this app. Instead, better to set up individual user credentials for each device/employee so that you can set different levels of rights, or deactivate individual users as needed.

from inperson-sdk-ios.

hiren43 avatar hiren43 commented on July 16, 2024

thank you for replying. I have created a new user and with new credentials, he is able to login to device(authenticate) now. But when do I need to use transaction key? While performing transaction, will it prompt user to enter transaction key? Can you explain that?

from inperson-sdk-ios.

brianmc avatar brianmc commented on July 16, 2024

No need to use the transaction key unless you have an application running on a server, i.e. not an environment where that transaction key could be compromised, like a phone or a client-side browser app. TRansaction key is a shared secret and is intended for server-to-server API integrations.

from inperson-sdk-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.