Exam Slack-Dev-201 Topic 1 Question 68 Discussion
Actual exam question for Salesforce's Slack-Dev-201 exam
Question #: 68
Topic #: 1
Question #: 68
Topic #: 1
In the OAuth installation flow for a Slack app, how should you securely redirect users after they have authorized your app?
Suggested Answer: C Vote an answer
Redirect users to a secure HTTPS page on your website that does not expose the access token Redirecting users to a secure HTTPS page on your website without exposing the access token in the URL is the best practice. This ensures that the token remains confidential and reduces the risk of token interception.
Why not the other options:
*A non-HTTPS page is not secure, and sensitive information could be intercepted.
*Appending the access token to the URL can expose it to unauthorized parties.
*Sending an installation completion link via email can be insecure and is not a standard practice in OAuth flows.
Why not the other options:
*A non-HTTPS page is not secure, and sensitive information could be intercepted.
*Appending the access token to the URL can expose it to unauthorized parties.
*Sending an installation completion link via email can be insecure and is not a standard practice in OAuth flows.
by Leopold at Aug 21, 2026, 05:14 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).