aerogearcatalog / keycloak-apb

Apache License 2.0
3 stars 21 forks source link

ClientConfig is missing values for type & name #87

Closed psturc closed 6 years ago

psturc commented 6 years ago

Steps to reproduce

  1. Provision android-app-apb
  2. Provision keycloak-apb
  3. Bind keycloak-apb to android app
  4. Get ClientConfig with mobile CLI (mobile get clientconfig myapp-android --namespace myproject -o json)
  5. Output: https://gist.github.com/psturc/a577bbe2ddd804b07db778abc6e506b8#file-client-config-json

Result: Keycloak config is missing values for type and name properties. They are needed for a client app, see for example android-showcase-app config file

maleck13 commented 6 years ago

@philbrookes could you take a look

philbrookes commented 6 years ago

PR worked on with @JameelB https://github.com/aerogearcatalog/keycloak-apb/pull/88

philbrookes commented 6 years ago

This is corrected now.