A proposed redesign of the city’s permitting SSO returns an access token in the front-channel redirect fragment (implicit-style) and skips the code-for-token exchange. Relative to the official authorization-code happy path, what is wrong?
Select an answer to reveal the explanation.
Short Explanation
Handing the full badge through the lobby window (implicit) skips the secure back-room trade of ticket-for-badge. Official DEVCOR wants the authorization code path with that back-channel token exchange.
Full Explanation
Implicit grant returns an access token on the front-channel redirect and skips the authorization-code exchange at the token endpoint. DEVCOR’s official 2.5 happy path is the authorization-code grant with a back-channel token hop. Implicit may appear as a distractor, not as the correct constructed flow.