You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a Java library for my ocpp operations. groupId of pom dependencies: eu.chargetime.ocpp.
Right now I'm trying to implement the authenticateSession method from ServerEvents, so that anytime a wallbox requests a connection to our backend, we validate the input password that comes as byte array. However, for some reason in most of the wallboxes that my company owns the password field comes as null, despite adding a password in the authorizationKey text field of their UI-s.
How do you usually handle the basic auth workflow for such cases? Has anyone ever faced a similar issue and how have you managed to resolve it?
I am attaching my code snippet for ServerEventConfig.java
I'm using a Java library for my ocpp operations. groupId of pom dependencies: eu.chargetime.ocpp.
Right now I'm trying to implement the authenticateSession method from ServerEvents, so that anytime a wallbox requests a connection to our backend, we validate the input password that comes as byte array. However, for some reason in most of the wallboxes that my company owns the password field comes as null, despite adding a password in the authorizationKey text field of their UI-s.
How do you usually handle the basic auth workflow for such cases? Has anyone ever faced a similar issue and how have you managed to resolve it?
I am attaching my code snippet for ServerEventConfig.java
Thank you in advance:)
The text was updated successfully, but these errors were encountered: