Reference
Nodes
Resources
OpenID Connect

OpenID Connect Resource

The OpenID Connect Resource authenticates with a compatible OpenID Connect API.

Properties

Environment Profiles

Propprofiles
Typearray
Default[ { 'scope': '', 'route': '', 'isSignInProvider': true, 'isLegacyOAuth2Compatible': false, 'showIcon': true, 'useLegacyCallbackURL': false, 'environment': '' } ]

The profiles configured for this resource in an environment

Environment Profile

Propprofiles[]
Typeobject
Defaultundefined

A profile of this resource for an environment

Client ID

Propprofiles[].clientID
Typestring
Defaultundefined

The OpenID Connect Client ID to use.

Client Secret

Propprofiles[].clientSecret
Type({ ref: string } | undefined)
Defaultundefined

The OpenID Connect Client Secret to use.

Scope

Propprofiles[].scope
Typestring
Defaultundefined

The list of claims to request from the provider, space separated.

On Callback

Propprofiles[].onCallback
Type({ function: { ref: string } } | null)
Defaultundefined

The event handler to be called upon the successful completion of the authentication. This property can be used to chain function calls.

Callback Route Override

Propprofiles[].route
Typestring
Defaultundefined

The route where the callback endpoint should be mounted, relative to the project's endpoints root URL. Supports all routes supported by express via path-to-regexp.

Use as Sign-in Provider

Propprofiles[].isSignInProvider
Typeboolean
Defaultundefined

Whether this OpenID Connect resource can be used as a sign-in provider. Users may use this resource to authenticate with the application current user.

Display Name

Propprofiles[].displayName
Typestring
Defaultundefined

The human-readable name of the sign-in provider. This is used to display the name of the sign-in provider in the application.

Discovery Domain

Propprofiles[].discoveryDomain
Typestring
Defaultundefined

The OpenID Connect Discovery domain to use.

Issuer

Propprofiles[].issuer
Typestring
Defaultundefined

The OpenID Connect issuer to use.

Auth URL

Propprofiles[].authURL
Typestring
Defaultundefined

The OpenID Connect Auth URL to use.

Token URL

Propprofiles[].tokenURL
Typestring
Defaultundefined

The OpenID Connect Token URL to use.

Certificates URL

Propprofiles[].certsURL
Typestring
Defaultundefined

The OpenID Connect Certificates URL to use.

Userinfo URL

Propprofiles[].userinfoURL
Typestring
Defaultundefined

The OpenID Connect Userinfo URL to use.

Device Authorization URL

Propprofiles[].deviceAuthorizationURL
Typestring
Defaultundefined

The OpenID Connect Device Authorization URL to use.

Registration URL

Propprofiles[].registrationURL
Typestring
Defaultundefined

The OpenID Connect Registration URL to use.

MFA Challenge URL

Propprofiles[].mfaChallengeURL
Typestring
Defaultundefined

The OpenID Connect MFA Challenge URL to use.

Revocation URL

Propprofiles[].revocationURL
Typestring
Defaultundefined

The OpenID Connect Revocation URL to use.

Legacy OAuth 2 Compatibility

Propprofiles[].isLegacyOAuth2Compatible
Typeboolean
Defaultundefined

Whether or not to only assume the OAuth 2.0 flow, rather than the complete OpenID Connect flow.

Show OIDC Icon

Propprofiles[].showIcon
Typeboolean
Defaultundefined

Whether or not to show the OpenID Connect icon on the sign-in button.

Use Legacy Callback URL

Propprofiles[].useLegacyCallbackURL
Typeboolean
Defaultundefined

Whether this resource should use the legacy callback URL for the OAuth2 authentication process. This will not apply to all new apps.

Environment

Propprofiles[].environment
Typestring
Defaultundefined

The name of the environment with which this profile is associated

Actions

Start authentication flow

Generates a redirect URL for the start of the OpenID Connect authentication flow.

ParameterTypeDefault

Revoke OIDC authorization

Revokes the OpenID Connect authorization flow.

ParameterTypeDefault

Get authentication session

Gets the authentication session for.

ParameterTypeDefault
pathstringundefined