Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
73 views

SCIM / Entra ID Provisioning: How to remove user attributes in the target system?

GET Users/{Id} returns the following json: { "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:User" ], "id": "16960d38-728d-4865-925c-165caf50708d",...
Powerslave's user avatar
0 votes
2 answers
98 views

Provisioning (SCIM) by Entra/Azure: Why can I not select the "groups" attribute in my attribute mapping?

I need to get a PATCH Users request with the added group in the "groups" attribute (Json) if a User in Entra is added to a group (by editing the Group and adding the user). First of all, is ...
Powerslave's user avatar
0 votes
1 answer
73 views

How to configure Entra ID Provisioning with Agent for Intranet-use?

I need Entra provisioning to run on Intranet with no incoming connection from Microsoft. I installed the "Microsoft Entra provisioning agent" with extension "On-premises application ...
Powerslave's user avatar
0 votes
0 answers
61 views

Provisioning issue using "/api/v1/provisioning/alert-rules/:uid/export" endpoint

I started using Grafana API for creating new alerts and I start to lose it... My goal: GET JSON of already existing alert created via UI Modify alert query/name whatever POST modified JSON to Grafana ...
NewbieProgrammer's user avatar
0 votes
0 answers
37 views

Error during user provisioning with sap ips

I have set up IPS for user provisioning from IAS to SAC. The target system is SAC. During user provisioning, I am encountering the following error: system=TargetSAC error=HTTP operation failed ...
Alexis's user avatar
  • 9
0 votes
1 answer
38 views

Does the SCIM endpoints have to be available from Internet when using Microsoft Entra Provisioning?

Our app is usually only available from our customers Intranet and not Internet. Would this work with Microsoft Entra Provisioning? It seems it can only be accessed by Internet since I have to ...
Powerslave's user avatar
0 votes
0 answers
50 views

Solar2d and new Xcode provisioning profile location issue

Latest MacOS update (15.0.1) required a major Xcode update (v16). I can no longer build for iOS with Solar2d (2024.3710). Keychain Access has moved from it’s documented (by Apple and Solar2d) location ...
AntKMK's user avatar
  • 1
0 votes
0 answers
83 views

Azure SCIM - Group members are not sending from azure while group provisioning

I perform SCIM provisioning from Azure and have mapped the default attributes in the attribute mapping settings. I added 5 users to the "devtestgroup", but when sending the requests, Azure ...
Samadhan's user avatar
  • 429
0 votes
1 answer
210 views

Provision certificates fails in Graylog preflight UI

I installed Graylog DataNode following these instructions: https://go2docs.graylog.org/current/downloading_and_installing_graylog/install_graylog_data_node.htm?tocpath=Installing%20Graylog%7C_____3 I ...
René Heuven's user avatar
-1 votes
1 answer
108 views

Why do I not receive a response from $aws/certificates/create/json/accepted or rejected when I publish to topic $aws/certificates/create/json?

I have an esp32 device that has a certificate I generated in AWS to be used as a claim certificate. The esp32 connects to AWS fine and allows me to subscribe to the accepted and rejected topics. When ...
MoFiggin's user avatar
0 votes
0 answers
43 views

AAP2 workflow - ERROR! conflicting action statements: hosts, gather_facts

I created a workflow for provisioning vm from a template on vCenter. In this workflow I have a first node of type template job that redirects on a second node according to the response to a survey ...
diegz's user avatar
  • 1
0 votes
1 answer
188 views

EntraID/AzureAD - SCIM API driven provisioning to Entra - why employeeLeaveDateTime is not syncing to Entra

I use proper date format for both employeeHireDate time and employeeLeaveDateTime which is "YYYY-MM-DDThh:mm:ssZ" as per https://learn.microsoft.com/en-us/entra/id-governance/how-to-...
Ama's user avatar
  • 1
0 votes
0 answers
49 views

Issue while upgrading to Service Principle from Service Accounts

We are upgrading our Azure Runbook from using service account to service principle(Azure AD authentication using Certificate). This runbook perform provisioning and apply custom template to SharePoint ...
Harsh Porecha's user avatar
0 votes
0 answers
63 views

Provision a SharePoint Document Library with DOcuments (JS FIles) in it using SPFx web part

We have a requirement to Provision a SharePoint Document Library with Documents (JS FIles) in it using the SPFx web part. There are several JS, and CSS files that I want to provision at the time of ...
Sigar Dave's user avatar
  • 2,656
0 votes
1 answer
80 views

JWT Token with Issuer and Audience for One Azure Tenant Used by Another Tenant in SCIM Application

I am configuring Azure User provisioning for my .NET Core web API project. I have created a sample SCIM application and deployed it on a Windows server. A specific token is generated for the ...
Ashish Naikwadi's user avatar
0 votes
1 answer
44 views

How can I receive all roles relating to an Azure application when authenticating with SAML?

I am trying to handle user provisioning in Salesforce. We have decided that we should use a combination of Salesforce JIT (Just-in-time) and Azures provisioning. In order to correctly provision the ...
Matthew H's user avatar
1 vote
1 answer
252 views

Grafana dashboard provisioning on a Docker container

I've been trying to provision a dashboard on a Docker hosted Grafana server. My repository is set up as follows: Docker /dashboards dashboard.JSON dashboard.yaml datasource.yaml (some other files ...
Ferre Van Hoof's user avatar
0 votes
0 answers
22 views

AWS Monitoring/Provisioning Custom internal app or off the shelf?

Bottom Line Up Front We’re looking for a solution to streamline deployment, provisioning, and monitoring across different environments. Currently, deployment happens through Azure DevOps, provisioning ...
Joe R.'s user avatar
  • 21
0 votes
0 answers
338 views

My App is Crashing while testing in android 14 while using flutter_esp_ble_prov

while requesting permission on initial stage my app crashes but when user allows the permission after daly of some time my app crashes.I'm calling this two functions on init. Error while getting ...
Rohit ayre's user avatar
0 votes
0 answers
142 views

I can't create an IoT Hub Device handle using IoTHubDeviceClient_LL_CreateFromDeviceAuth

I am using the Azure C SDK on Linux. I can successfully provision devices on an IoT hub through a symmetric key enrolment group and DPS using the provided prov_dev_client_sample. Now I am using the ...
Engineer999's user avatar
  • 3,935
0 votes
1 answer
83 views

Authentication in Laravel doesn’t work some time after the deploy in a specific environment

I have 2 web platforms built with Laravel that work perfectly fine both on the development environment as well as on local environemnt. The problem lies in the fact that after I deploy these ...
alexbn10's user avatar
2 votes
2 answers
592 views

Android 14 unable to get rid of provisioned files

I have the following device for testing the app: Android Google Pixel 7a Android Version 14 App is created with delphi 12 Patch 1. App was installed before updateing to Android 13. The app includes an ...
fisi-pjm's user avatar
  • 536
0 votes
0 answers
266 views

Provisioning Profile Photos between Microsoft Entra and Slack

In order to create a more seamless experience between our different applications for my users, I am trying to provision the users' profile photos from Microsoft Entra into Slack. I already automate ...
Dan S's user avatar
  • 9
-1 votes
1 answer
71 views

nullPointer envoked on .contains method when querying for String jobTitle

I'm writing a return statement for specific role provisioning - If everything is in scope, it should return as true and assign the role. Part of the logic requires the user of identity.getAttribute(&...
Cole's user avatar
  • 1
2 votes
0 answers
45 views

Can I use free provisioning to sign an iOS app in a CI pipeline?

I am currently developing my first XCode Swift app which I would like to try out/use on a couple of physical devices. This app is for personal use only and will not be used for distribution. I do not ...
pkiller162's user avatar
0 votes
2 answers
986 views

Can't provision Grafana dashboard with default permissions

I'm facing some problems when I'm trying to provision open source grafana dashboards running on docker container. Dashboards are visible and working correctly, but for some reason they only have ...
VapeBoro's user avatar
0 votes
0 answers
73 views

Config for nginx for Polycom provisioning

Good day Does anyone have a working nginx config for HTTPS provisioning of Polycom VX411 phones? Provision is working via HTTP. HTTPs with any settings (TLS1 to 1.3, same on the phone) give no SSL ...
arheops's user avatar
  • 15.5k
0 votes
1 answer
227 views

How to set database cluster arguments (like password) with terraform?

I deploy a digitalocean_database_cluster with Terraform. It's working and I can connect to it with the username and password that Terraform generates in .tfstate I want to set a concrete username, ...
Pau Trepat's user avatar
0 votes
2 answers
118 views

OneLogin SCIM provisioning - proactive or on-demand?

Looking into capabilities of OneLogin provisioning with SCIM - would be a custom application for SCIM support wrapping around a third party app (JIRA/Confluence DC if it matters). The actual setup of ...
Nathan Neulinger's user avatar
1 vote
1 answer
939 views

Deleted user within Application, so AAD SCIM Provisioning is not modifying/creating user, since it is still cached as existing in AAD. Remove how?

Doing testing on SCIM implementation with Confluence and Azure AAD, with authentication with OIDC and ran into following issue: If a SCIM provisioned account is deleted manually from Confluence, Azure ...
Elijah Guastella's user avatar
0 votes
1 answer
775 views

Unable to validate SCIM endpoints using Microsoft SCIM validator

I have built the sign-on application based on Microsoft's provided sample SCIM code. I am trying to validate my endpoints using scimvalidator located at (https://scimvalidator.microsoft.com/) for ...
Sachin's user avatar
  • 551
0 votes
0 answers
35 views

OpenStage Phone address book

How can I implement an address book for OpenStage series phones? I did not find examples with a ready-made address book. Usually in the book there is a list of members, transitions between pages. Some ...
Alexey Panevin's user avatar
1 vote
1 answer
467 views

IsSoftDeleted always return null - Azure AD provisioning

As per Microsoft document, IsSoftDeleted returns true when one or more of the following conditions are met: User is disabled in Azure AD (accountEnabled = False) User is soft-deleted in Azure AD User ...
jignesh patel's user avatar
1 vote
0 answers
253 views

Provisioning LDAP Application in Sailpoint IIQ

An unexpected error occurred: Undefined skeleton form: Identity Update" -- Error while provisioning LDAP application in Sailpoint IIQ I am new to Sailpoint. I have onboarded LDAP Application, ...
Madhura S's user avatar
0 votes
1 answer
94 views

is it possible to fetch Groups from custom enterprise application to Azur Ad using user provisioning?

In My Enterprise application, We have some pre defined groups. I am using user provistioning(using SCIM )future of Azur Ad for provistioning. I can sucessfully provistioning user to my application. ...
jignesh patel's user avatar
0 votes
1 answer
182 views

Programmatically regenerate keys for group enrollments in Azure Device provisioning Service (DPS)

I want to programmatically regenerate the symmetric key (primary and secondary keys) in group enrollments of Azure DPS, there is an API provided by azure in the link. I used this github repo and was ...
Haad Baig's user avatar
1 vote
1 answer
1k views

how to get ADMIN_SIGNATURE_CHECKSUM or ADMIN_PACKAGE_CHECKSUM of my apk?

I'm trying to device owner enrollment via QrCode with the example provided by google of Testdpc so I downloaded the APK from the link provided on his repository link and set it on my ISS windows ...
Tedjoucif's user avatar
  • 101
0 votes
1 answer
498 views

Azure AD provisioning IS never sending request to the POST /Users/ endpoint when creating user

I am trying to implement the Azure AD Scim provisioning, I have successfully setup the /Users/ GET endpoint. But when starting the provisioning process, it just never sends the POST request to create ...
bzzzzzz's user avatar
  • 88
0 votes
1 answer
1k views

Ansible Playbook that runs 2nd play as different user

The goal is to have only 1 playbook, that can be executed with the initial password setup when the os is built. This playbook will add a service account, and then execute the remaining plays as that ...
John's user avatar
  • 55
0 votes
1 answer
245 views

Terraform provisioner file .ppk file read error windows 11

When I run "terraform apply" from windows 11, getting the below error message. Against the error message, I have the .ppk file available in my location. Can someone help me out if it is ...
user2000189's user avatar
0 votes
2 answers
1k views

How can I correctly provision an Xamarin Forms iOS app with (or without) a ShareExtension?

I've had hours and hours of problems with Xamarin Forms iOS provisioning for my app with and without a ShareExtension. I have had it working in the past with various combinations and permutations of ...
jho's user avatar
  • 293
2 votes
1 answer
4k views

Manage custom attributes for user and group in Azure AD

I have an app that is implementing SCIM 2.0. I have connected this app to my Azure AD and I am succeeding to provision users and groups to my app from from Azure AD. I want to add a custom attribute ...
DinaF's user avatar
  • 101
2 votes
0 answers
418 views

How to provide xcodebuild with provisioning profiles for your app and extension?

Good day, We just added an extension to our iOS app and we're trying to build it on the command line with limited success. The problem is that there doesn't seem to be a way to tell the command line ...
Michael Gaines's user avatar
0 votes
1 answer
2k views

Android direct download subscription eSIM (provisioning profile)

I am working on an Android application that will install the eSIM directly through our app. like provisioning the eSIM profile without going to the wizard cellular settings. So, I read all the ...
Husam's user avatar
  • 2,079
0 votes
1 answer
867 views

Salesforce Azure AD automatic provisioning

I am trying automatic provisioning from Azure Active Directory to salesforce. The single sign on is working for salesforce but automatic provisioning is giving error. In salesforce I chose JIT ...
Hasan Zubairi's user avatar
0 votes
1 answer
725 views

[Bug]: error RSA PRIVATE KEY not found from while creating test certificate

Following this code repo :-- https://github.com/Azure/azure-iot-sdk-node and working on the certificate generate file --- https://github.com/Azure/azure-iot-sdk-node/blob/main/provisioning/tools/...
vishal's user avatar
  • 1
3 votes
0 answers
699 views

there was an error while trying to automatically provision the project: 'invalid request,service mapping to the requested url is not available'

I'm trying to develop Xamarin app using visual studio and iOS iPad on windows but getting this error.i.e there was an error while trying to automatically provision the project: 'invalid request,...
zahra saeed's user avatar
0 votes
1 answer
166 views

Need to update missing employee IDs in Active Directory by matching on Name in flat file

Recently completed an Azure AD provisioning integration between SuccessFactors and On-Prem AD. In order for some of our existing users to get 'scoped in' to the Update provisioning, they first need to ...
bomgar's user avatar
  • 1
0 votes
0 answers
2k views

How to map Azure User Groups to Salesforce Permissions Sets (or PS Groups) & Public Groups

We have Azure AD sync'ing user accounts to Salesforce - this is working fine. In Salesforce we have a few custom 'Profiles'. And in Azure AD > Enterprise Apps > Salesforce > Users & ...
DDIT's user avatar
  • 1
0 votes
1 answer
672 views

Workday to On-Prem Active Directory: Issue with Multi-valued attributes syncing from Workday through Azure to On-prem AD via SCIM

We have been using Workday to synchronise User accounts through Azure to our On-Prem Active Directory. For about 4-6 weeks we have been facing the issue now that Multi-valued attributes are no longer ...
Timo Kettner's user avatar

1
2 3 4 5
22