Skip to content

Commit 9079708

Browse files
authored
ENG-466: code challenge methods supported field is added to openid configuration (#1307)
* fix: added supported challenge methods to openid-configuration as specified in RFC 8414 * chore: linting fixes after is int * revert: FusionAuthMain.java and fusionauth-plugin-api.iml * chore: revert FusionAuthMain.java eof
1 parent cd3b4f5 commit 9079708

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5439,6 +5439,10 @@ components:
54395439
type: array
54405440
items:
54415441
type: string
5442+
code_challenge_methods_supported:
5443+
type: array
5444+
items:
5445+
type: string
54425446
OpenIdConnectApplicationConfiguration:
54435447
description: ''
54445448
type: object

0 commit comments

Comments
 (0)