Connectors

Hellō Connector

The Hellō connector lets you add Hellō as a login option in your PingOne DaVinci flow.

The connector performs an OpenID Connect (OIDC) redirect to the user’s Hellō Wallet and then returns to DaVinci with the claims you request, such as verified email, verified phone, and profile picture, so you can use them in your flow.

Setup

Resources

You can find more information and setup help in the following:

Requirements

To use the connector, you’ll need:

  • A Hellō application created in the Hellō Console.

  • Your Hellō Client ID and Client Secret.

Configuring the Hellō connector

Add the connector in DaVinci, then configure it as follows.

Connector configuration

Setting Description

Redirect URI

The DaVinci redirect URI for this connector. This value is provided automatically as a read-only field and should be copied into your Hellō application configuration.

Client ID

The client ID from your application in the Hellō Console.

Client Secret

The client secret from your application in the Hellō Console.

Scope

The OIDC scopes to request. Include openid along with any additional claims you want to receive, such as openid name email picture.

Application Return To URL

Optional. When using the embedded flow player widget with an identity provider (IdP) or social login connector, provide a callback URL for returning to your application.

Using the connector in a flow

Logging in with Hellō

The Redirect to Hellō capability redirects the user to their Hellō Wallet to authenticate, then returns to DaVinci with the requested claims.

At a high level:

  1. The Redirect to Hellō capability sends the user to the Hellō Wallet to sign in and consent to the requested claims.

  2. After the user authenticates, Hellō redirects back to the DaVinci redirect URI and the connector outputs the user claims you can evaluate in your flow.

Test the flow by clicking Save, Deploy, and Try Flow.

Capabilities

Redirect to Hellō

Redirect to Hellō

Show details
  • Properties

  • Output Schema

customAuth
Display Name button
showPoweredBy toggleSwitch
skipButtonPress toggleSwitch
  • output object

    • sub string

    • aud string

    • jti string

    • iss string

    • iat number

    • exp number

    • auth_time string

    • tokens object

      • access_token string

      • refresh_token string

      • id_token string

      • token_type string

      • expires_at number

    • connectionId string

    • connectorId string