A published InfoPath Form's SOAP request, to the GetGroupCollectionFromUser, returns a 403 (Forbidden) on an: ADFS/CLAIMS/SAML SharePoint 2010 webapplication:
Attempt to use UDX files with explicit credntials does not work
<udc:Authentication>
<udc:UseExplicit CredentialType="NTLM">
<udc:UserId>Domain\User</udc:UserId>
<udc:Password>Password</udc:Password>
</udc:UseExplicit>
</udc:Authentication>
Attempt to use UDX files with secure store credentials does not work
<udc:SSO AppId="123456" CredentialType="NTLM" /> </udc:Authentication>
The Error is always:
The following query failed: GetGroupCollectionFromUser (User: 05.t| relyingpartyprovider|user @company...
DataAdapterException, Exception Message: The remote server returned an error: (403) Forbidden.
*The form will work in the InfoPath designer, but it will prompt me to login first.