How long can a ClaimedIdentifier take?

Hello,

I want to store ClaimedIdentifier in the database.

How long can it be?

Perhaps 255 characters are okay?

+2


a source to share


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







All Articles