JWT-bearer grant with JWT assertion vs. client credentials grant with JWT client assertion?
Can anyone please shed some light on the difference between the following two OAuth grant type scenarios?
JWT grant with JWT assertion
grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
assertion=${JWT}
Defined in RFC 7523 § 2.1. An …