Access token endpoint

You need to provide the following data when you define the IBM RPA server installation with OIDC as the authentication method.

For more information about OIDC, see How to register IBM RPA as OIDC client with IAM.

Client ID
The client ID.

Client Secret
The client secret.

Authorization endpoint
Signs in the user.

Token endpoint
Gets the user's tokens.

UserInfo endpoint
Retrieves information about the specified user.

Introspect Endpoint
Returns information about a token.

Logout endpoint
Redirects the user to the client's application or to the login page.

Revoke endpoint
Revokes and refreshes access tokens.