symphonyoss / symphony-app-authentication

Symphony third party application authentication
Apache License 2.0
0 stars 4 forks source link

PodInfo Endpoint / Multi-Pod Support #29

Open robmoffat opened 5 years ago

robmoffat commented 5 years ago

I'm still going through the code here, but it doesn't look like the pod registration callback is handled.

So, that means, the application will only work in a single pod, right?

In the bundle file it's possible to set the notification url:

{
      "appGroupId": "testapplication",
      "name": "Application name",
     ...
      "notification": {
         "url": "https://symphony.myapplication.com:4000/podInfo",
         "apiKey": "super-secret-key" 
      },  
     ...
    }

This allows pods to register with the app when they install it, but it means your code needs to persist details of the pods when they register.