You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/gnap/index.php
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,16 @@
12
12
13
13
<h2>GNAP</h2>
14
14
15
-
<p>GNAP (Grant Negotiation and Authorization Protocol) is an in-progress effort to develop a next-generation authorization protocol. This work is taking place in the <a href="https://datatracker.ietf.org/doc/charter-ietf-gnap/">GNAP working group</a> at the IETF. Questions, suggestions and protocol changes should be discussed on the <a href="https://www.ietf.org/mailman/listinfo/txauth">mailing list</a> or <a href="https://github.com/ietf-wg-gnap/core-protocol">GitHub</a>.</p>
16
-
17
-
<p>The latest version of the in-progress specification can be found at:</p>
<p>Grant Negotiation and Authorization Protocol (GNAP) is a next-generation authorization protocol formalized as RFC 9635 in October 2024. This work took place in the <a href="https://datatracker.ietf.org/doc/charter-ietf-gnap/">GNAP working group</a> at the IETF. Questions, suggestions and protocol changes should be discussed on the <a href="https://www.ietf.org/mailman/listinfo/txauth">mailing list</a> or <a href="https://github.com/ietf-wg-gnap/core-protocol">GitHub</a>.</p>
22
16
23
17
<p>Early drafts of the spec were called "XYZ", "TxAuth", and "Transactional Authorization".</p>
24
18
25
-
<p>This specification is very much in progress, and interested readers are encouraged to participate in its development by joining the IETF Working Group.</p>
26
-
27
19
<p>See Also: <b><a href="/2.1/">OAuth 2.1</a></b>, an officially adopted effort to consolidate and simplify the best practices of OAuth 2.0.</p>
28
20
29
21
<p>More resources
30
22
<ul>
23
+
<li><a href="https://justinsecurity.medium.com/gnap-a-conversation-of-authorization-5b603d850fe9">RFC announcement</a> and status of <a href="https://datatracker.ietf.org/doc/html/draft-ietf-gnap-resource-servers">GNAP Resource Servers</a></li>
0 commit comments