31.08.2024, 03:46
|
#1
|
Участник
|
How to get back Import users button in D365FO
Источник: http://alexvoy.blogspot.com/2024/08/...button-in.html
==============
You may start experiencing the following issue with button Import users.
It happens because Microsoft changed their approach to devboxes settings:
As of November 15, 2023, certificates in your Microsoft Entra tenant are no longer installed in new one-box development environments by default.
You can find more detail on how to install a certificate in this article, but we can use a shortcut using D365fo.tools.
Here are the steps:
1) Go to Azure portal and select app registration and create a new one (name the app to be the same as the environment name & leave settings at default)
2) The app registration needs to have the following:
a) 2 reply URLs > https:// & https:///oauth
b) add the following API permissions to the App registration:
Grant above permissions.
3) On the VM for the environment, open PowerShell
4) Run the following commands:
a) Install-Module D365fo.tools, and accept all the prompts
b) New-D365EntraIntegration -ClientId (client-id is the app registration id that was created)
5) The above command will save a certificate, which then needs to be uploaded to the app registration that was created
Источник: http://alexvoy.blogspot.com/2024/08/...button-in.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
|
|