Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name of the setting for the connecting destination. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Client ID | Required | Only environment variables are available | Enter the client ID. |
|
Client secret | Required | Only environment variables are available | Enter the client secret. |
|
Redirect URI | Required | Only environment variables are available | Enter the redirect URI. |
|
OpenID Configuration URL | Required | Only environment variables are available | Enter the OpenID configuration URL. |
|
Issuer | Required | Only environment variables are available | Enter the issuer. |
|
Authorization endpoint | Required | Only environment variables are available | Enter the authorization endpoint. |
|
Token endpoint | Required | Only environment variables are available | Enter the token endpoint. |
|
JWKS URI | Required | Only environment variables are available | Enter the JWKS URI. |
|
Scope | Required | - | Specify scopes.
Each column can be operated with the following buttons.
|
|
Scope/Value | Required | Only environment variables are available | Enter or select a Scope. |
|
Client authentication method | Required | Not required | Enter client authentication method in token request. |
|
Refresh token | Required | Not available | The refresh token issued by [Issue token] will be displayed. | |
Valid period of access token | Optional | Only environment variables are available | Enter the valid period of access token in seconds. The valid period of access token retrieved by [Issue token] will be displayed. |
|
Item name | Description | Remarks |
---|---|---|
Input from discovery | Gets OpenID Provider information and reflects it in the screen. |
|
Issue token | Start the "Authorization Code Setup" dialog. When you perform the settings after retrieving the authentication code, [Refresh token] will be issued and the [Valid period of access token] will be retrieved. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Additional parameters | Optional | - | Specify parameters to add in authorization request.
Each column can be operated with the following buttons.
|
|
Additional parameters/Key | Required | Only environment variables are available | Enter the parameter key. | |
Additional parameters/Value | Required | Only environment variables are available | Enter the parameter value. |
Exception name | Cause | Solution |
---|---|---|
InvalidPropertyConfigurationException <Property name> is not specified. |
[<Property name>] is not specified. | Specify [<Property name>]. |
java.net.URISyntaxException | The URL is in invalid form. | Check the URL setting. |
java.net.UnknownHostException <host name> |
Host name is invalid. | Check the host name specified in URL setting. |
AuthorizationException <Detailed information...> |
Failed in authentication/authorization. | Check the detailed information of the exception. Check [Client ID], [Client secret], [Redirect URI], [Authorization endpoint], [Token endpoint], or [Scope]. Allow the appropriate authority in the authorization screen. |
ProviderConfigurationException <Detailed information...> |
Failed to receive from discovery. | Check the detailed information of the exception. Check [OpenID Configuration URL]. |
TokenException Token could not be gotten.<Detailed information...> |
Failed to do Token Request. | Check the detailed information of the exception. Check [Token endpoint] or [Scope]. |
TokenException Token could not be updated.<Detailed information...> |
Failed to refresh request. | Check the detailed information of the exception. Re-execute [Issue token]. |
IdTokenException <Detailed information...> |
ID token received from token endpoint is invalid. | Check the detailed information of the exception. Check the setting information in OpenID Provider. |