Initiates the OAuth 2.0 authorization code flow for the Blackboard API. This endpoint is used to obtain an authorization code, which is a crucial step in the OAuth 2.0 authentication process. The authorization code can later be exchanged for an access token, granting limited acc…
scopestringthe space delimited scope(s) being requested for this authorization. Example value: "read write offline"
statestringOpaque value used by client to maintain state between request and callback. Used to prevent cross-site request forgery.
client_idstringRequired. The client identifier for the registered application.
redirect_uristringthe redirectUri to send the end user to once an authorization code response is made in Oauth2 Authorization Code Workflow
response_typestringRequired. The response_type expected which must to be set to "code"
code_challengestringA code challenge to verify credentials along with the granted authorization code. It is used with the PKCE standard. **Since**: 3700.4.0
code_challenge_methodstringThis is the method used to verify the code challenge using the PKCE standard. Blackboard only supports s256 as the code challenge method. **Since**: 3700.4.0
one_time_session_tokenstringToken used to retrieve the session that generated this Oauth2 Code request. Used when session cookies are not sent due to privacy settings of the browser. **Since**: 3900.13.0
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.