OpenID - Generic Identity Provider node
The OpenID - Generic Identity Provider node enables authentication through an external OpenID Connect (OIDC) Identity Provider.
This node is available in: Authentication, Library
Node configurations
The unique identifier of the client application registered with the OpenID Connect Identity Provider.
The secret associated with the client application, used to authenticate the client to the IdP.
The base URL of the OpenID Connect Identity Provider, used for discovery and token validation.
Defines the scopes to request from the IdP (e.g., openid, profile, email). Scopes are entered via the UI's repeatable multi-value field, or by referencing a {{variable}} that resolves to the array of scopes at runtime.
The callback URL registered with the IdP where the authorisation code or token is delivered after authentication.
Default output node
- Success
- Failure
JSON metadata
{
"name": "openid",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "GenericOpenID",
"category": "openid_providers",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "OpenID - Generic"
}, {
"lang": "it",
"value": "OpenID - Generic"
}
],
"index": 1,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}