Azure / Azure/AzureAD-BYOA-Provisioning-Samples

Works for Users, Not for Groups

Open
#30 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
21
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Followed step in the article to build and configure. Created an EA in AAD and started provisioning. It works fine for Users but fails for Groups. Is this as expected?

FileSvc.exe built in VS2019 on Win10 1909, running on Windows Server 2019 Std.

This is the output if I try and provision a Group....

00000000-0000-0000-5102-0080000000fd<14>: System.NotSupportedException: urn:ietf:params:scim:schemas:core:2.0:Group
at Samples.FileProvider.SelectColumnsFactoryFor(Resource resource) in C:\Users\andy.MS\SCIM\AzureAD-BYOA-Provisioning-Samples-master\FileProvisioning\Provider\FileProvider.cs:line 762
at Samples.FileProvider.d__29.MoveNext() in C:\Users\andy.MS\SCIM\AzureAD-BYOA-Provisioning-Samples-master\FileProvisioning\Provider\FileProvider.cs:line 196
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.SystemForCrossDomainIdentityManagement.ProviderBase.d__31.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.SystemForCrossDomainIdentityManagement.ProviderAdapterTemplate`1.d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.SystemForCrossDomainIdentityManagement.ControllerTemplate`1.d__6.MoveNext() (Critical? False)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.