Configuring OIDC Connect (OAuth)
The OIDC (OAuth) authentication method is designed to configure the standard OAuth 2.0 flow, which requires the use of client or user secrets.
Related Links:This topic describes only how to fill in fields in the Setup tab specific for OAuth. For general steps, see Creating Authentication).
Currently, only the Customer Credentials and Resource Owner Password grant types of the OIDC are supported.
NoteBefore following the instructions below, ensure that your application and authenticated resources are accessible to the Bright engine, either directly from the Internet or via the Repeater.
From the Authentication type dropdown list, select OpenID Connect (OAuth), and then proceed to the authentication details.
Authentication details
In this section, set up a valid authentication request to be sent to the end-point API by completing the provided fields.

Field | Guidelines |
---|---|
Discovery document URL | Provide a discovery document URL (https://your_host/.well-known/openid-configuration) to populate endpoint URLs automatically or leave this field empty to enter endpoint URLs manually. |
Grant type | From the drop-down list, select the grant type you need:
If you select the Resource Owner Password Grant, the Username and Password fields are added to the setup flow. |
Token Endpoint | Obtain an access and/or ID token by presenting an authorization grant or refresh token. |
Client ID | Enter your application client ID, unique client identifier preregistered in OpenID Provider. |
Client Secret | Enter your application client secret, used to authenticate to the Token Endpoint. |
Username | Enter the resource owner username. |
Password | Enter the resource owner's password. |
Scope |
|
Audience |
|
Embed in | Select where to embed the token in the request.
|
Valid authentication response
In this section, select the options you want to use during the application scanning to determine that the authenticated resource has been reached. The options define how the application responds in case a full authentication flow passes successfully.

Tip:Bright allows testing a scan before saving it. For details, see the Testing Authentication.
Updated about 1 month ago