wso2 - WSO2IS - Q: Can Claims be Transformed or Computed -
i work university , have been tasked converting shibboleth wso2is. struggling claims , saml2 assertions.
i able transform claims in wso2is. instance if sp expects birthdate in format of '03-may-1979' , 1 expects birthdate in format of '05/03/1979', far can tell there no way without having separate ldap attributes , claims.
i able compute claims. example if sp wants age, , know birthdate, compute age , send assertion? or combine multiple ldap attributes create new claim? ldap givenname + surname = fullname.
ideally, i'd able use javascript embedded language make these kind of computations , transformations.
is possible or on roadmap?
i have created sample custom claim handler[1]. go through code[2] , should able figure out have done :).
i have added readme on how deploy on 5.3.0
Comments
Post a Comment