Get Key
This endpoint return a session key that should be used to start a authentication process with SPID, CIE or EIDAS. The following http GET call must be made to start the authentication round. Since the call is protected, the ssl certificate provided during Assessment must be used.
GET (deprecated)sslprotected/environment_name/getKey
GET api/secure/environment_name/getKey
Parameters
Name | Description |
---|---|
domain_uri | The ESP domain uri |
environment_name | The environment path |
level | It's the authentication level (1-2-3) |
attributes | It's the attribute level (Base-Full) |
spidType | It's the spid purpose value (optional - default is physical person) |
N.B.
The spidType parameter is usefull only for SPID AUTHENTICATION
Result
The response of the api is a string that must be used in the login at the authnKey
parameter.