Hi,
we are using a third party app to scan business cards. The app uses Oauth or an existing session for verification. As an admin the login works without any problems. Unfortunately our normal users cannot log in. The provider can also not help me here, because there is no documentation. The app uses rest calls to create/update contacts/companies/notes/attachments. What rights does a user need to login via the third-party app?
Thank you very much for your help
Bubasparxx
Hi Bubasparxx,
Sorry for my misunderstanding, according to your description, it looks like some permissions of administrator roles allow us to login with the third-party app, I think that you could give some customization permissions to other roles and try again.
Best Regards,
Leo
Hi Leo, thank you for your answer. I think it will not solve my problem. If i have a administrator security role it works without any problem, but if i change the security role e.g. to the security role of the sales employee i am not able to login with the thirdparty app. So there musst be any checkbox or setting which i need to activate.
Regards
Bubasparxx
Hi partner,
If you are using rest api to conncet to D365, you should login with account and psw first to get the authorization.
You could refer to the following docs.
docs.microsoft.com/.../setup-postman-environment
docs.microsoft.com/.../authenticate-web-api
Hope it helps.
Best Regards,
Leo