Skip to content

App Vendor Selection

The CEP now provides selection of smartphone app vendor. If vendors are configured in AA the CEP use parameters to display label and icon of configured vendor app. Please keep in mind you have to configure NetIQ as an app vendor to If users should be able to select NetIQ as vendor.

Image title

Image title

AA configured vendors and array keys for label and icons must match exactly. In the following example MyAuth is the configured app vendor. If no icon or name configured via parameter, CEP use the default NetIQ icon and display the configured vendor from AA without any modification. See parameter documentation for details.

Configuration

Example
    volumes:
      ./app-icon-myauth.png:/var/www/html/public/build/app-icon-myauth.png
    environment:
      - 'CEP_METHOD_SMARTPHONE_APP_VENDOR_LABEL={"NetIQ": "NetIQ Auth", "MyAuth": "My Auth"}'
      - 'CEP_METHOD_SMARTPHONE_APP_VENDOR_ICON={"NetIQ": "app-icon-NetIQ.png", "MyAuth": "app-icon-myauth.png"}'
      - 'CEP_METHOD_SMARTPHONE_APP_LINKS='{"NetIQ": {"ios":"https://apps.apple.com/de/app/netiq-advanced-authentication/id843545585", "android":"https://play.google.com/store/apps/details?id=com.netiq.oathtoken"}, "MyAuth": {"ios":"https://apps.apple.com/de/app/netiq-advanced-authentication/id843545585", "android":"https://play.google.com/store/apps/details?id=com.netiq.oathtoken"}}''