Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile configuration id's are not unique #70

Open
wtrocki opened this issue Feb 7, 2018 · 1 comment
Open

Mobile configuration id's are not unique #70

wtrocki opened this issue Feb 7, 2018 · 1 comment
Assignees
Labels

Comments

@wtrocki
Copy link
Contributor

wtrocki commented Feb 7, 2018

Id is always the same, but it's documented to be unique.
For example:

"id": "fh-sync-server"
...
"id": "fh-sync-server"

IMHO this should represent actual unique id of the service.
Example:

"id": "ag34hgn4g",
"name": "Dedicated keycloak instance",
"type": "keycloak",
...
"id": "daf3gs3a",
"name": "My organization Keycloak ",
"type": "keycloak",
@wtrocki
Copy link
Contributor Author

wtrocki commented Feb 8, 2018

ping @maleck13

@maleck13 maleck13 added the bug label Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants