Q1: Which are the four roles defined by RFC 6749? Select all that apply.
Multi-Select**Explanation:**
A: The resource owner is the entity capable of granting access to a protected resource.
B: The client requests protected resources on the resource owner's behalf and with its authorization.
C: The authorization server issues access tokens after obtaining authorization.
D: The resource server hosts protected resources and accepts valid access tokens.
E: OAuth does not require a network broker role.