Virtual mapping SAML attribute
Opened this issue · 1 comments
mzico commented
The purpose of this task to release some virtual data to SP without really mapping it inside Gluu Server.
As for example:
- mail == support@gluu.org --> this is a real attribute with real data mapped inside Gluu Server.
Now we want to send "support@gluu.org" value to one SP which can't recognize "mail" but they have "EmailAddressSP" as attribute name.
Previously we had to map twice:
- mail == support@gluu.org
- EmailAddressSP == support@gluu.org
mzico commented
@uprightech supplied a IDP script which can do such thing. I am testing at this moment.