How long can a ClaimedIdentifier take?
1 answer
Openid.claimed_id is only limited by the maximum length of the url, which can technically be at least 2K - I'm not sure how much this is possible.
However, even the unreasonably long OpenIDs that actually occur in the wild do not exceed 255 characters, so the practical limit seems reasonable to me.
+3
a source to share