forked from Github-Mirrors/canaille
Mandatory PKCE
This commit is contained in:
parent
2777013ad0
commit
467c6b80bc
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ def config_oauth(app):
|
|||
|
||||
authorization.register_grant(
|
||||
AuthorizationCodeGrant,
|
||||
[OpenIDCode(require_nonce=True), CodeChallenge(required=False)],
|
||||
[OpenIDCode(require_nonce=True), CodeChallenge(required=True)],
|
||||
)
|
||||
authorization.register_grant(OpenIDImplicitGrant)
|
||||
authorization.register_grant(OpenIDHybridGrant)
|
||||
|
|
Loading…
Reference in a new issue