i
IDMAuthorizationCode
It is used to store properties when user authentication is performed on an external Identity Manager using the Authorization Code flow.
An asterisk "*" on the label indicates that the property is required.
Authentication URL
Represents the endpoint of the authorization server to which the authorization code is requested.
Access Token Endpoint
Indicates the endpoint to which the access token request is made.
Client Id
Indicates the Client id of the application registered in the IDM.
Client Secret
Indicates the Client Secret of the application registered in the IDM.
Redirect URI
It is not editable. Indicates the redirection URL to which the IDM responds with the code authorization and the corresponding access token.
Scope
Represents the scopes provided by the access data after successful authorization.
Rule to Invoke
It is used to indicate the rule that performs an additional operation with the access token before Deyel authenticates the user internally. This rule must be published before the adapter. It must respect the String data type parameter named "access_token" as input parameter. The user that is registering is obtained.
Client Authentication
Indicates how client credentials are sent. The options are:
▪Basic Auth Header
▪Client Credentials in Body
Indicates the URL where the user is automatically redirected to close the IDM session, once the Deyel session is closed.