SDohle / ADFS_StringProcessingAttributeStore

Custom attribute store for Active Directory Federation Services, allows simple string manipulation in claims transforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADFS String Processing Attribute Store

This ADFS Custom Attribute Store would allow us to transform claim rules with basic string manipulation, such as changing to all lowercase or all caps.

The code was initially straight from Microsoft's example here:

...with assistance from this article:

See those pages for details on compiling, installing, and using the DLL.

Change History

  • 1.0.1 Added a few new methods: trim, removeDashes, truncateTo12Chars, truncateTo16Chars
  • 1.0.0 Code matches Microsoft's string processing example exactly.

To Do

About

Custom attribute store for Active Directory Federation Services, allows simple string manipulation in claims transforms.


Languages

Language:C# 100.0%