> On Oct 1, 2021, at 11:06 AM, Dick Hardt <dick.ha...@gmail.com> wrote: <snip> > If there is really only one service, then there is little value in an AS. I > would have the client post a JWT that has the request payload in it, or a > detached signature if it is a large payload. Personally, I like sending the > request as a JWT as it allows services further down the processing pipeline > to independently verify the request from the client. > > This assumes sufficient computing power on the IoT device, and reasonably low > call volume. > ᐧ
One interpretation of the purpose in the AS is to create tokens based on its authorization decisions, while direct submission of client-authored JWTs would be more in line with having the RS make those decisions directly. Even if they were hosted on the same hardware, I’d still push to use an AS-role component in order to optimize the decision making process and to not have to refactor (or risk duplication) of that logic later. -DW
_______________________________________________ OAuth mailing list OAuth@ietf.org https://www.ietf.org/mailman/listinfo/oauth