Versions Compared

Key

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

...

For example, the sender is connected as a doctor with an STS token containing his INSS number as attribute:x

Code Block
Id = 12345678910
Type = INSS
Quality = DOCTOR


But he does not want to display his SSIN number to the recipient, since he prefers to display his NIHII number;
he then uses the BoxId element in the request, and fills it out as follows:x

Code Block


The sender will then be stored in the application with the data found in BoxId (after access validation).
Note: a NIHII number consists out of 11 numbers (with the 3 qualification numbers) or 8 numbers (without the
3 qualification numbers).
When authenticated as an organization, it is not possible to use the BoxId.

...