Hi,
We have a network in Sweden for higher education called SWAMID. They have an XML source with all the Relying Partys and Claims Providers that that network trust.
The source is https://mds.swamid.se/md/swamid-2.0.xml
We import this file to our ADFS with Add-AdfsRelyingPartyTrustsGroup and Add-AdfsClaimsProviderTrustsGroup but we then get an error while syncing, we use WID.
The error is:
--------------------------------------------------------------
There was an error doing synchronization. Synchronization of data from the primary federation server to a secondary federation server did not occur.
Additional data
Exception details:
System.ServiceModel.CommunicationException: The maximum message size quota for incoming messages (20971520) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. ---> System.ServiceModel.QuotaExceededException:
The maximum message size quota for incoming messages (20971520) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
--- End of inner exception stack trace ---
--------------------------------------------------------------
Is there any way to change the MaxReceivedMessageSize settings in ADFS?
We using ADFS on Windows Server 2016 and 2019 but the same error on both.
Don´t want to change to SQL if I don't really need to
Regards Magnus