Skip to content

Commit 9e3f0d0

Browse files
bhalseywied03Copilot
authored
Feature/dpop (#1269)
DPoP support --------- Co-authored-by: Brady Wied <brady.wied@fusionauth.io> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Brady Wied <wied03@users.noreply.github.com>
1 parent 1ec85e1 commit 9e3f0d0

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

openapi.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5337,6 +5337,7 @@ components:
53375337
- authorization_pending
53385338
- expired_token
53395339
- unsupported_token_type
5340+
- invalid_dpop_proof
53405341
OAuthResponse:
53415342
description: ''
53425343
type: object
@@ -5390,6 +5391,10 @@ components:
53905391
type: string
53915392
device_authorization_endpoint:
53925393
type: string
5394+
dpop_signing_alg_values_supported:
5395+
type: array
5396+
items:
5397+
type: string
53935398
end_session_endpoint:
53945399
type: string
53955400
frontchannel_logout_supported:
@@ -5938,6 +5943,8 @@ components:
59385943
"$ref": "#/components/schemas/ReactorFeatureStatus"
59395944
connectors:
59405945
"$ref": "#/components/schemas/ReactorFeatureStatus"
5946+
dPoP:
5947+
"$ref": "#/components/schemas/ReactorFeatureStatus"
59415948
entityManagement:
59425949
"$ref": "#/components/schemas/ReactorFeatureStatus"
59435950
expiration:
@@ -7655,11 +7662,14 @@ components:
76557662
description: <ul> <li>Bearer Token type as defined by <a href="https:tools.ietf.orghtmlrfc6750">RFC
76567663
6750<a>.<li> <li>MAC Token type as referenced by <a href="https:tools.ietf.orghtmlrfc6749">RFC
76577664
6749<a> and <a href="https:tools.ietf.orghtmldraft-ietf-oauth-v2-http-mac-05"> Draft
7658-
RFC on OAuth 2.0 Message Authentication Code (MAC) Tokens<a> <li> <ul>
7665+
RFC on OAuth 2.0 Message Authentication Code (MAC) Tokens<a> <li> <li>DPoP
7666+
Token type as defined by <a href="https:datatracker.ietf.orgdochtmlrfc9449">RFC
7667+
9449<a><li> <ul>
76597668
type: string
76607669
enum:
76617670
- Bearer
76627671
- MAC
7672+
- DPoP
76637673
Totals:
76647674
type: object
76657675
properties:

0 commit comments

Comments
 (0)