Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
supercairos committed Nov 25, 2023
1 parent aed80e9 commit 25346c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"plain",
"S256"
],
"device_authorization_endpoint": "http://hydra.localhost/oauth2/device/auth",
"credentials_endpoint_draft_00": "http://hydra.localhost/credentials",
"credentials_supported_draft_00": [
{
Expand All @@ -36,6 +35,7 @@
]
}
],
"device_authorization_endpoint": "http://hydra.localhost/oauth2/device/auth",
"end_session_endpoint": "http://hydra.localhost/oauth2/sessions/logout",
"frontchannel_logout_session_supported": true,
"frontchannel_logout_supported": true,
Expand Down

0 comments on commit 25346c6

Please sign in to comment.