We want to import data from graph.microsoft.com via a normal REST connection.According to Microsoft https://learn.microsoft.com/en-us/graph/auth-v2-service?view=graph-rest-1.0 , the REST call to get a token looks like this (and it works via a REST cl...
We create Service Accounts for AD and the account name should look like this ad-srv-00047 (with 5 digits at the end)Is there any way to add leading '00000' to the INCREMENTINDEX and limit the name to the last 5 digits? For example: '00000'...
Hello,we are working with AD Service Accounts.A) Is there any way to customize the Account Owner selection? We need to limit the selection to ONE user (no user group) and the user must have a specific account type.B) Can a dynamic attribute refer to ...
Hello,is there a REST API to get/set the Dynamic Attributes from Global Configuration - Identity lifecyle - Register User From?For Endpoint - Dynamic Attribute there is a REST API method fetchDynamicAttribute: https://documenter.getpostman.com/view/...
Hello,we have a Dynamic Attributes "AccountType" in an Endpoint.We need a second Dynamic Attribute of Attribute Type "Single Select From SQL" that should make a concat of the affected user and the value from the Dynamic Attributes "AccountType". This...
Hi @adriencosson,thank you very much for your support. With your code the import works now.I had looked on the Microsoft site and there are only the v2.0 examples (.../oauth2/v2.0/token) which only work with the &scope parameter.The .../oauth2/token ...
We have in a DEV-Envinroment more then 80 Dynamic Attributes in the Register User form.We need to transport it to the TEST Stage and later to Production and we also need to create a documentation.