Monday, December 14, 2015

ADFS : Passing all the claims over

If you are troubleshooting / debugging an IDP - RP claims setup in ADFS, a neat trick is to just have the following custom rule on both the IDP and RP:

c:[] => issue(claim = c);

This passes all the claims over so you can see exactly how the user is set up in the repository you are authenticating against.

Then you can fine-tune the claims rules to pass-through / transform or whatever.

Enjoy!

1 comment:

Anonymous said...

this has saved my life :)