Skip to content

Commit 1c8e14b

Browse files
authored
fix: missing response_types in OAuth schema (#668)
1 parent d97f221 commit 1c8e14b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/schemas/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ export const OAuthMetadataSchema = object({
1010
application_type: string(),
1111
token_endpoint_auth_method: string(),
1212
dpop_bound_access_tokens: boolean(),
13+
response_types: array(string()),
1314
})

0 commit comments

Comments
 (0)