From: Nikolaos E. <ni...@ad...> - 2018-03-26 11:28:26
|
Hello Krzysztof, What I mean is when I register to b2access using my orcid account (through the form in web UI) and get entity information using the restAPI I get this response: { "comparableValue": "XXXX-XXXX-XXXX-XXXX", "confirmationInfo": { "confirmationDate": 0, "confirmed": false, "sentRequestAmount": 0 }, "creationTs": 1518000192796, "entityId": XXX, "remoteIdp": "https://pub.orcid.org/oauth/token", "translationProfile": "orcidProfile", "typeId": "identifier", "updateTs": 1518000192796, "value": “XXXX-XXXX-XXXX-XXXX" } Would it be possible to register a user using the restAPI instead of the web form? If so, how could I set the remote idp and the translation profile? Regards, Nick > On 19 Mar 2018, at 18:55, Krzysztof Benedyczak <kb...@un...> wrote: > > Hi Nikolaos, > > W dniu 19.03.2018 o 08:52, Nikolaos Evangelou pisze: >> Hello Krzysztof, >> >> We are developing a new platform and the users must register to 3 different services (service A, service B and B2ACCESS). So we don’t want the user to register in 3 different services and we are trying to register the user at once. In that way the user will fill a single form and he will be registered in the background. > Sounds good. > >> Now service A, will be added as IdP to B2ACCESS in the future and this is where the remoteIDP and translation profile are needed to be added to the user’s account. Any idea how we will achieve this? > I'm not sure what do you mean here. Translation profile is not added to user's profile, nor remoteIDP is. If you want to allow the user to use the service then you have to add it to its group of authorized users (what can be done with REST call or via registration process above). > > Best, > > Krzysztof > |