-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entra (AAD) provisioning error #504
Comments
Try using By default, ChiefOnboarding will try to push the data as a string. Using that will cast the data to a json. It's debatable whether that's a sane default (probably not), but I think setting the above should work for you. |
Might be a bug in the builder. I will check it out tomorrow. |
I hoping the fix I pushed up to master is resolving this for you. I don't have an active AD subscription, so it's a little tricky to reproduce this issue. |
I appreciate the help. I'm using a docker deployment, so I have to wait for the image to reflect the fix. Also, I got the 200 status again. It was just the login 🤦 In the meantime, I'm in way over my head so I'll do some reading to see if I can figure this out. I'm assuming that other people are using the integration without issue, so I have to believe there's something wrong in my deployment. |
Just released v2.2.4 on Dockerhub.
So it's working now as expected? |
When trying to provision a new user through the
Create user in Azure Active Directory
integration I get a 400 error when theexecute
block POSTs.From what I can tell, the POST data is all good, it's definitely valid JSON, and all of the keys map correctly to Graph, and the headers are there.
Of note, the
Test user exist
works just fine.Status code:
400
Method and URL
POST: https://graph.microsoft.com/v1.0/users
Response:
Post data:
Headers
The text was updated successfully, but these errors were encountered: