From: Krzysztof B. <kb...@un...> - 2018-06-08 07:30:16
|
Hi Sander, W dniu 06.06.2018 o 15:08, Sander Apweiler pisze: > Hi Krzysztof, > > One of our SPs contacted me with a problem about OpenID Connect > specification. > > He said, that email_verified (attrObj > ['email'][0].getConfirmationInfo().isConfirmed()) is a string and not a > boolean as required by the specification (see Section 5.1 Standard > Claims, [1]). > > Is there an easy way to transform the string into a boolean? I'll need to verify this statement, but I'm afraid that in case of OAuth we are currently limited to strings... Output data type translation was never implemented properly as brings minimal benefits (2 or 3 OIDC attrs). But certainly we have to fix this, I will think how we can approach this topic without introducing another level of complexity. Best Krzysztof |