ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 40 - MCD - Level 2 discussion

Report
Export

Which properties are mandatory on the HTTP Connector configuration in order to use the OAuth 2.0 Authorization Code grant type for authentication?

A.
External callback URL, access token URL, client ID response access token
Answers
A.
External callback URL, access token URL, client ID response access token
B.
Token URL, authorization URL, client ID, client secret local callback URL
Answers
B.
Token URL, authorization URL, client ID, client secret local callback URL
C.
External callback URL, access token URL, client ID, response refresh token
Answers
C.
External callback URL, access token URL, client ID, response refresh token
D.
External callback URL, access token URL, local authorization URL, authorization URL, client ID, client secret
Answers
D.
External callback URL, access token URL, local authorization URL, authorization URL, client ID, client secret
Suggested answer: B

Explanation:

To use the OAuth 2.0 Authorization Code grant type for authentication, the HTTP Connector configuration requires the following properties: token URL, authorization URL, client ID, client secret, and local callback URL. The token URL is the endpoint of the authorization server that provides access tokens. The authorization URL is the endpoint of the authorization server that initiates the user consent flow. The client ID and client secret are the credentials of the Mule application registered with the authorization server. The local callback URL is the endpoint of the Mule application that receives the authorization code from the authorization server.

Reference: https://docs.mulesoft.com/http-connector/1.6/http-authentication#oauth-2-0

asked 18/09/2024
Chad Clark
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first