Skip to Content.
Sympa Menu

shibboleth-dev - storedID column sizes

Subject: Shibboleth Developers

List archive

storedID column sizes


Chronological Thread 
  • From: Will Norris <>
  • To:
  • Subject: storedID column sizes
  • Date: Fri, 14 Mar 2008 17:31:54 -0700

I was updating the wiki page for the StoredID DC[0] and noticed the varchar columns have no size. Was this deliberate? Should we at least be recommending sizes? My initial thoughts:

localEntity varchar(1024) - per SAML2 spec, entity ID must be limited to 1024 characters
peerEntity varchar(1024) - see localEntity
principalName varchar(?)
localId varchar(?)
persistentId(36) - old hash algorithm produced 28 character string, new algorithm creates 36 character guid
peerProvidedId(?)

Suggestions on these other three, or do we leave it entirely up to the deployers?

-will


[0]: https://spaces.internet2.edu/display/SHIB2/ResolverStoredIDDataConnector



Archive powered by MHonArc 2.6.16.

Top of Page