Skip to content

Commit f6430dc

Browse files
authored
fix missing response_types in OAuth schema
1 parent d97f221 commit f6430dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)