Valid 350-901 Dumps shared by EduDump.com for Helping Passing 350-901 Exam! EduDump.com now offer the newest 350-901 exam dumps, the EduDump.com 350-901 exam questions have been updated and answers have been corrected get the newest EduDump.com 350-901 dumps with Test Engine here:
An application has initiated an OAuth authorization code grant flow to get access to an API resource on behalf of an end user. Which two parameters are specified in the HTTP request coming back to the application as the end user grants access? (Choose two.)
Correct Answer: D,E
"If the user approves the request, the authorization server will redirect the browser back to the redirect_uri specified by the application, adding a code and state to the query string." https://developer.okta.com/blog/2018/04/10/oauth-authorization-code-grant-type "Assuming the resource owner grants access, the authorization server redirects the user-agent back to the client using the redirection URI provided earlier (in the request or during client registration). The redirection URI includes an authorization code and any local state provided by the client earlier." https://tools.ietf.org/html/rfc6749