OIDC client (using no-code components)

An OIDC client (no-code components) integrates a brand application with Strivacity authentication using OAuth2/OpenID Connect and Strivacity no-code components. This client type enables Strivacity login and registration journeys without requiring custom authentication logic in the application.

You can configure this client in the Admin Console under Applications → select application → Clients → select client.

OIDC clients using no-code components include the following configuration tabs:

  • General
  • Application URLs
  • Application launcher
  • OAuth2/OIDC

General

Use the General tab to define basic client properties.

  • Name: name displayed in the client list in the Admin Console.
  • Description: optional description visible only in the Admin Console.
  • Enabled: enables or disables the client. Disabled clients cannot be used for authentication.
  • Base organization: restricts access to users from a specific organizational hierarchy. Only users belonging to the selected base organization can authenticate through this client. See Base organizations for details.
  • Danger zone: allows you to delete the client.
    ❗️

    Deleting a client cannot be reversed.

Application URLs

Use the Application URLs tab to configure application-specific URLs used during authentication and navigation.

  • Application domain: optional alternative domain for the application. Alternative domains allow the application to use a domain distinct from other applications in the instance.
    🚧

    By default, applications use the default domain, which is either

    Changing the application domain ends active customer sessions and removes remembered accounts.

  • Website URL: the brand application homepage. Customers can access this page using the Back to website button.
  • Login URL: URL that initiates authentication for the application. For OAuth2/OIDC clients, this URL may include the parameters acr_values and login_hint, which are passed to the authentication request.
  • Shortcut for login URL: creates a short login URL that is easier to share with customers.
  • Customer-friendly login page URL: customizes the login page URL that customers see in the browser address bar. By default, the login page URL uses the first seven characters of the client ID. You can override this with a more descriptive value.

Application launcher

The Application launcher tab configures how the application appears in the self-service portal.
The application launcher allows customers to access their applications directly from their accounts. Before application shortcuts can appear, the launcher must be enabled.

  • Enable application launcher: enables the application launcher for the application. When enabled:
    • shortcuts for other applications may appear in the portal
    • the current application becomes available as a shortcut
  • Display name: label displayed for the application shortcut.
  • Logo URL: URL of the logo displayed for the application shortcut.
    📘

    Supported formats: SVG and PNG.

OAuth2/OIDC

The OAuth2/OIDC tab contains the OpenID Connect configuration for the client. These settings define how the application authenticates with Strivacity and how tokens are issued.

For a complete description of OAuth2/OIDC configuration options, see OAuth2/OIDC properties setup.