Use existing user db with GroupShare 2015

We developed a system that among other things manages Trados Studio project files. We’d like to replace this functionality with GroupShare so that users can directly open the projects within Studio without having to up-/download any projetct packages manually. It would be great if the users could use the same login data from our system with GroupShare. Since we don’t know the users passwords (hashed), we cannot just import these data into GroupShare.

Is it possible to login (from a client application such as SDL Trados Studio or Browser) using another Platform with OAuth? Or are there any other possibilities?

And what is user type „Custom“? Haven’t found any documentation on this.

Thank you,

Heinrich

Parents Reply
  • Thank you for your answer.

    We had a look at the API and also thought about copying each user to GroupShare using the API. The problem is that we don’t know the users passwords because they are not saved plain text but hashed.

    We tried to find out if there is a possibility to hook our user database with GroupShare so that we wouldn’t have to copy any users at all. Is that somehow possible? For example using OAuth2 (we saw that GroupShare is using OAuth2 libraries)?

    And we also wondered if the User Type "Custom" could help us somehow. But we haven't found any documentation about user types.

Children