Hi all, In my project token binding, I need to append the hash value of token binding Id to access token, refresh token and authorization code.For that, I need a magic String as a delimiter to separate token binding id and security tokens.
Eg: if you take access token with token binding support then new access token = hash(tokenBindingID)+delimieter+normalAccessToken. Later on, this delimiter will be used in Introspection endpoint to extract the token binding hash value.The problem is user can configure his token generator in IS and that generator could use special characters.So I need a proper delimiter Currently, I am using "&#%" as the delimiter and made the delimiter configurable.Is this delimiter okay as default? Am I missing anything? Thanks, Regards, kumar -- Inthirakumaaran Software Engineering - Intern | WSO2 Email: [email protected] Mobile:0766598050
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
