Closed psturc closed 6 years ago
mobile get clientconfig myapp-android --namespace myproject -o 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
type
name
@philbrookes could you take a look
PR worked on with @JameelB https://github.com/aerogearcatalog/keycloak-apb/pull/88
This is corrected now.
Steps to reproduce
mobile get clientconfig myapp-android --namespace myproject -o json
)Result: Keycloak config is missing values for
type
andname
properties. They are needed for a client app, see for example android-showcase-app config file