OIDC and OAuth IdP Connector
The OIDC and OAuth IdP connector lets you authenticate users with an identity provider (IdP) that supports OpenID Connect (OIDC) or OAuth 2.0 in your PingOne DaVinci flow.
You can use the OIDC and OAuth IdP connector to authenticate users with an IdP.
Setup
Configuring the OIDC and OAuth IdP connector
Add the connector in DaVinci as shown in Adding a connector, then configure it as follows.
Connector configuration
Redirect URL
Include this URL in your IdP configuration to allow it to redirect the browser back to DaVinci. If you use a custom PingOne domain, modify the URL accordingly.
Issuer URL
If OpenId is selected as the Auth Type, include this URL, which contains information about the IdP that can be validated.
Authorization Endpoint
The IdP endpoint, such as ` /rest/api/3`. This endpoint is added to the base API URL selected in the connector endpoint configuration.
Token Attachment
If a token is attached, prepend its name with either bearer
or token
, as appropriate.
Scope
The OIDC scope used during authentication to authorize access to user information. Separate scopes with a space. For example, enter openid email profile
.
Using the connector in a flow
OIDC or OAuth authentication
You can use the Sign On capability to authenticate a user with OIDC or OAuth2.
Capabilities
Sign On
Show details
- Properties
- Sign On
button
- showPoweredBy
toggleSwitch
- skipButtonPress
toggleSwitch
- Output Schema
- oauth2
object
- accessToken
string
- expiresIn
string
Get User Details
Show details
- Properties
- Sign On
button
- showPoweredBy
toggleSwitch
- skipButtonPress
toggleSwitch