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
New cloud service to simplify google assistant integration and IFTTT and others.
Ability to create users in cloud service. preferably using external auth (google oauth?)
Google actions api and use the users unique agentUserId in all requests.
PKI auth between cloud and local stampzilla server. Cloud server is CA. stampzilla-server is still CA
Use Google OpenID connect locally and inject an hash of user id (sub) in to the CSR.
When activating the service at Google or IFTTT, use Google OpenID aand findn issued certificate with the same hashed user id.
Websocket for communication between cloud and local server
Send device changes over websocket
Store and send cloud configuration from local server to cloud
Optional report device state changes to "google actions report state".
The text was updated successfully, but these errors were encountered:
New cloud service to simplify google assistant integration and IFTTT and others.
Ability to create users in cloud service. preferably using external auth (google oauth?)
Google actions api and use the users unique agentUserId in all requests.
PKI auth between cloud and local stampzilla server.
Cloud server is CA.stampzilla-server is still CAUse Google OpenID connect locally and inject an hash of user id (sub) in to the CSR.
When activating the service at Google or IFTTT, use Google OpenID aand findn issued certificate with the same hashed user id.
Websocket for communication between cloud and local server
Send device changes over websocket
The text was updated successfully, but these errors were encountered: