Admin - System settings, ExternalOIDC text transition + SAML + OIDC issue

corteza-webapp-admin-2021.9.5

In the External Authentication Providers of settings section, text transition was broken also I’m trying to add oAuth as OIDC was not reflected on Login page. The SAML section also not able to save it auto unchecked itself after clicking on submit button.

Code file path - src\components\Settings\System\Auth\ExternalOIDC.vue

i18nOptions: {
    namespaces: 'system.settings',
    keyPrefix: 'editor.external.oidc',
  },
``

This is being addressed with the 2021.9.6 version.
You can see the current dev version using the 2021.9.6-dev.2 tag.

Just checked with corteza-webapp-admin - 2021.9.6-dev.2.

  • SAML was fixed, able to save the details & also reflected on login page
  • Translation is still broker on External Authentication Providers card. [ from where the translation data was passed? ]
  • OIDC data was stored but still OIDC was not shown on login page UI

Translation is still broker on External Authentication Providers card. [ from where the translation data was passed? ]

This is addressed with 2021.9.6-dev.4, Here is reference commit.
Check corteza-locale repo for more detail.

OIDC data was stored but still OIDC was not shown on login page UI

Make sure issuer was running when you add OIDC.