Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ColumnTypeDescription
idvarchar (40)uuid of this entry (one user could have ui and ws credential)
usernamevarchar (255)username or local entity system name
typevarchar (20)username or localEntity
is_hashedvarchar (1)T for is hashed, F for is public key
encryption_typevarchar (20)e.g. SHA-256 or RS-256 (key type)
the_saltvarchar (255)secure random prepended to hashed pass
the_passwordvarchar (4000)encrypted public key or encrypted hashed salted password
ws_or_uivarchar (2)ws (includes scim) or ui
allowed_from_cidrsvarchar (255)network cidrs where credential is allowed from
recent_source_addressesvarcahr (4000)json with timestamps
failed_source_addressesvarchar (4000)if restricted by cidr, this was failed IPs (json with timestamp?)
last_authenticatedtimestampwhen last authenticated
last_editedtimestampwhen this was last edited
failed_loginsvarchar (4000)json of failed attempts

JWT table recently used in Grouper: grouper_password_recently_used

...

ColumnTypeDescription
jwt_jtivarchar (100)e.g. uuid of this entry (sent from client)
jwt_iatinteger (11)seconds since 1970 that this was issued

...