Q1: How should an authorization server compare a registered redirect URI with the request value?
Multiple Choice**Explanation:**
A: Exact matching prevents attacker-controlled URI variations from receiving authorization responses.
B: Domain-level matching is too broad and can include attacker-controlled hosts or paths.
C: Substring comparison admits unintended redirect targets.