Two updates were made:
1 - OIDC has been up versioned recently, then the dex version was
updated.
2 - The edited note lets the user know when they update their system
the OIDC service parameters with underscores will be automatically
migrated(renamed) to the latest format with dashes:
+---------------------+---------------------+
| Legacy Format | Latest Format |
+---------------------+---------------------+
| oidc_client_id | oidc-client-id |
| oidc_groups_claim | oidc-groups-claim |
| oidc_issuer_url | oidc-issuer-url |
| oidc_username_claim | oidc-username-claim |
+---------------------+---------------------+
Story: 2011085
Task: 50524
Change-Id: Iaf7d194b18918977bc121e82584a1c2de2dbd628
Signed-off-by: Joaci Morais <Joaci.deMorais@windriver.com>