-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIND Devices SOAP API Filter Issue and SSL keystore pfx file query #244
Comments
SSL keystore pfx file If you were to build a client application that runs on a user's machine, the application will need the client certificate(s) for the organization identification(s) you want to use. We are using web-based applications that consist of an HTML/JS frontend and a Java backend, where the backend runs on a server and contains the client certificate(s). A basic example can be found here: https://github.com/OSGP/open-smart-grid-platform/tree/development/public-lighting-demo-app FIND Devices SOAP API Filter Issue The value
|
Extended key usage does not permit use for TLS server authenticationWe build an spring boot application which acts as a SOAP client to OSGP platform API. But In FindDevicesRequest
trust.jks has:
|
I think you are connecting directly from your client application to the platform web service. I guess you need We use Apache HTTPD as a webserver in front of the platform web service, and this webserver handles the server certificate, which is different from your setup, I think. |
SSL keystore pfx file
SOAP API require organisation's .pfx file for authentication. If we want to build and UI Application client where users from various organisation login and make soap request on behalf of organisation. Is it required to store .pfx file (crypto material of each organisation) on user's machine? if not what are the approach's for .pfx file management for server?
FIND Devices SOAP API Filter Issue
In DeviceManagement.wsdl we have FindDevicesRequest SOAP request. In body template in ns1:DeviceFilter all tags are marked as optional But if we apply only ns1:OrganisationIdentification filter in request body we get validation error. It says other tag details are also required. Does FIND Devices SOAP API not support the filtering on only few tags?
SOAP Request Passed:
The text was updated successfully, but these errors were encountered: