Guides
eID caveats for Signatures
Some eIDs require additional configuration when configuring authentication parameters to work.
In test environment, you will need to add login_hint=txinfo:{sometext}
as described in Verify German Personalausweis documentation.
By default, Signatures provides a display name template by combining the given_name
and family_name
from the JWT claims.
To retrieve name information from iDIN, you will need to provide an additional scope on either signature order or sigantory level to enable full identification.
scope=openid idin:full-id
- openid
is required by default, and by setting the scope, the default value is overwritten.
By default, Signatures provides a display name template by combining the given_name
and family_name
from the JWT claims.
Name information can be retrieved from FrejaID by providing an additional scope, however, setting a minimum registration level of at least "Extended" is required.
scope=openid freja:basic_user_info
AND loginHint=minregistrationlevel:{extended,plus}
- openid
is required by default, and by setting the scope, the default value is overwritten.