OpenID - Generic Identity Provider Node
| Description | The OpenID - Generic Identity Provider node enables authentication through an external OpenID Connect (OIDC) Identity Provider. |
| Available in | Authentication, Library |
| Node Name | OpenID - Generic Identity Provider |
Node Configurations
Client ID
The unique identifier of the client application registered with the OpenID Connect Identity Provider.Client Secret
The secret associated with the client application, used to authenticate the client to the IdP.Issuer
The base URL of the OpenID Connect Identity Provider, used for discovery and token validation.Scopes
Defines the scopes to request from the IdP (e.g., `openid`, `profile`, `email`).Redirect URI
The callback URL registered with the IdP where the authorisation code or token is delivered after authentication.Default Output Node
- Success
- Failure