Proposal: Implement GNAP as a supported protocol #84
joshfischer1108
started this conversation in
Ideas
Replies: 1 comment
-
It should be noted that we left out the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Iridium intentionally only supports the most recent version of OAuth, 2.1. There is a more modern protocol currently under development by the IETF called GNAP. Our goal is to support current OAuth 2.1 clients and add a translation layer to transfer systems over to GNAP wth Iridium. A good first step is to understand the overall protocol flow of GNAP then we can break down the individual pieces of protocol into smaller chunks of concrete work.
There are some acronyms to reference in the below diagram.
AS
): The server that grants delegated privileges in the form of an access tokenRS
): The server that provides operations on protected resources/data.RO
): Entity that may grant or deny operations on restricted resourcesRO
.Beta Was this translation helpful? Give feedback.
All reactions