ClientDetails
Stores OAuth client authentication details for OCFR clients. This table ensures secure access, identity validation, and compliance with API security protocols.
Workday Resource Information
Returns a valid OAuth Client Details for OCFR ClientsSecured by: Planning-app Service, Self-Service: Account, Worklet: Adaptive Planning
Scope: Adaptive Planning, System
Columns
| Name | Type | Description |
| AuthorizationEndpoint | String | Specifies the Uniform Resource Locator (URL) endpoint where the client can request an authorization code via OAuth 2.0. This endpoint is crucial for initiating the authentication workflow. |
| ClientId | String | The unique identifier (Id) for the OAuth 2.0 client. This Id is used to authenticate the client during the authorization process. |
| GrantType | String | Specifies the type of grant utilized in the OAuth 2.0 flow. This field determines the method by which the client obtains an access token. |
| TokenEndpoint | String | Specifies the URL endpoint for requesting access tokens using OAuth 2.0. This endpoint facilitates the exchange of authorization codes for access tokens. |
| WorkdayAPIEndpoint | String | Specifies the URL endpoint for accessing Workday's API via REST services. This endpoint enables secure communication and data retrieval from Workday. |
| Client_name_Prompt | String | Provides the prompt for displaying the client's name. This field ensures that the client is clearly identified within the system. |