4.2.7. Response with the Identity Authentication Outcome¶
In case your application requested it, it is indirectly (via redirection of user’s browser) sent back a message with the response, or more precisely the outcome of the identity authentication and other data it requested. This response is again in form of an HTTP message, while the body of this message includes the individual data representing the individual pieces of information of the identity authentication process outcome.
These are examples of the items comprising the response to the identity authentication request:
Parameter (key) |
Description (value) |
---|---|
|
Returns the user’s claimed identifier, it can differ from the default by a fragment. You can use this string to
match user specific data. When comparing, it is important to take into account all the parts of the string,
including schema and fragment. |
|
MojeID endpoint URL. |
|
Unique response tag. No two responses have the same tag – it prevents from the response being sent repeatedly
(the so-called replay attack). |
|
A list of fields that are signed with a signature, see the following key.
|
|
Signature of the listed fields to verify authenticity. |
|
Mapping the official URL identifier to a string used in the message.
|
|
The value of identity attribute for the given string. |
|
A space-separated list of login policies that were actually applied.
|
|
The time of the user’s identity verification on server (always in UTC). |