Skip to content

Commit

Permalink
fix: correct jwtIntrospection draft ack version (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo Cesar committed Jun 15, 2020
1 parent a0d997e commit 62b97d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/helpers/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ const DRAFTS = new Map(Object.entries({
version: [2, 'draft-02'],
},
jwtIntrospection: {
name: 'JWT Response for OAuth Token Introspection - draft 08',
name: 'JWT Response for OAuth Token Introspection - draft 09',
type: 'IETF OAuth Working Group draft',
url: 'https://tools.ietf.org/html/draft-ietf-oauth-jwt-introspection-response-08',
version: [8, 'draft-08'],
url: 'https://tools.ietf.org/html/draft-ietf-oauth-jwt-introspection-response-09',
version: ['draft-09'],
},
jwtResponseModes: {
name: 'JWT Secured Authorization Response Mode for OAuth 2.0 - draft 02',
Expand Down

0 comments on commit 62b97d4

Please sign in to comment.