I have a Windows Azure application that is using Windows Identity Foundation (WIF) with the Access Control Service (ACS) as its Identity Provider.
ACS, in turn, is configured to use ADFS as its Identity Provider.
I've created a new custom claim in ADFS and am having trouble propogating it through to the app. Without reloading the FederationMetadata for the Identity Provider (which will drop all of the existing rules, so the warning tells me), does anyone know what I need to do?
I've added a new rule to ACS to pass through the custom claim.
I've added the new claim to the section in web.config to let WIF know that I'm interested in the new claim.
But so far, there's no sign of my new claim. Diagnosing the issue seems to be nigh-on impossible.
Any ideas would be gratefully received!