Módosítások

Attribute Conversion for simpleSAMLphp

74 bájt hozzáadva, 2009. május 18., 13:55
Differences between the Java and the PHP implementations
== Differences between the Java and the PHP implementations ==
* There is no '''CustomRule''' for attribute conversion (yet!). We are working on itOne can use simpleSAMLphp authentication processing filter API to implement arbitrary conversion rules.
* '''LocalProvider''' matching is unsupported in simpleSAMLphp. Unfortunately when simpleSAMLphp is in bridging mode (using the SP module to protect an IdP), the IdP processing filters do not see the peer entity of the SP module. However, you can achieve the correct behavior by putting one ''edugain:Attributes'' processing filter in the SP configuration and use '''RemoteProvider''' matches to filter and convert attributes there.
* You don't need to use a separate attribute name mapper, because simpleSAMLphp contains built-in '''name2oid''','''oid2name''', '''name2urn''' and '''urn2name''' methods, which provide the same functionality.
565
szerkesztés

Navigációs menü