Uploaded image for project: 'RH-SSO'
  1. RH-SSO
  2. RHSSO-1189

[GSS] Parameter "ui_locales" not redirected to RH-SSO login page in java adapters

XMLWordPrintable

    • Hide

      Just deploy a Java adapter and use the following URL:

      http(s)://<adapter_host>:<adapter_port>/<app>/?max_age=1000&ui_locales=de
      

      When you are redirected to the keycloak login page the max_age parameter is passed but not the ui_locales one. The locale used is the one in the browser or default locale.

      Show
      Just deploy a Java adapter and use the following URL: http(s): //<adapter_host>:<adapter_port>/<app>/?max_age=1000&ui_locales=de When you are redirected to the keycloak login page the max_age parameter is passed but not the ui_locales one. The locale used is the one in the browser or default locale.

      The standard parameter ui_locales (locale used in the login page in OIDC) is not redirected from the adapter URL to the login URL.

      In the class OAuthRequestAuthenticator.java there are some parameters that are managed to be removed from the original URL and added to the redirecting login page but ui_locales is not among them.

            mtrue-1 Mark True (Inactive)
            rhn-support-rmartinc Ricardo Martin Camarero
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: