I'm configuring an Azure ACS STS and would like to know if there is any impact on security based on the following token formats or how they are used.
The corresponding help link takes me to MSDN documentation that doesn't cover security questions like this.
Is the difference in Token Format merely the manner in which it is serialized, (brackets versus semi colons) or is there a difference in the data that is encoded (such as checksums etc) that makes one format intrinsically better than another?
Or are certain tokens consumed by a application / language / platform that is less secure than others?
