issues
search
SK-EID
/
smart-id-java-client
MIT License
15
stars
17
forks
source link
add possibility to request mobile device IP address to be returned
#78
Closed
aasaru
closed
1 year ago
aasaru
commented
1 year ago
To request IP-address of the device running the Smart-ID app, the following methods were added:
AuthenticationRequestBuilder.withShareMdClientIpAddress(boolean)
CertificateRequestBuilder.withShareMdClientIpAddress(boolean)
SignatureRequestBuilder.withShareMdClientIpAddress(boolean)
The IP address returned can be read out using:
SmartIdAuthenticationResponse.getDeviceIpAddress(),
SmartIdCertificate.getDeviceIpAddress(),
SmartIdSignature.getDeviceIpAddress(),