| What We want to show deep links and specific information within the context of a mobile client for keycloak. See screen shot https://redhat.invisionapp.com/share/3METBQE2D#/screens/290194113 How When binding we accept a client id, this is pre filled if done from within the context of a client. As part of the binding we annotate the CRD identified by the client id with the public client information in it. We can set the mobile CRD with properties such as
|
mobile/keycloak-realm:realm-name |
mobile/keycloak-client-href:http://somekeycloak.com
|
etc We should use the same naming scheme https://github.com/aerogear/origin-web-console/pull/31/files#diff-1aa90939a20bd4860bf9d57b5ef1376aR51 We should ensure that the bind still succeeds even if the client id is invalid |