From c36581afd102a10a531e0e617e1e3437135d8aff Mon Sep 17 00:00:00 2001 From: Koga Kazuo Date: Fri, 14 Feb 2025 22:29:03 +0900 Subject: [PATCH] PKCE; May be a typo. Proof Key for Code Exchange. pick-sea --- auth_openidc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_openidc.conf b/auth_openidc.conf index c66b12b7..06c441bc 100644 --- a/auth_openidc.conf +++ b/auth_openidc.conf @@ -380,7 +380,7 @@ # - token endpoint JWT authentication "aud" values, # - "iss" parameter requirement in authentication reponses # FAPI20: configures settings for the FAPI 2.0 Security Profile i.e : -# Auth Request Method: PAR, DPoP: Required, PCKE: S256, aud: client_id, aud: iss, iss: true +# Auth Request Method: PAR, DPoP: Required, PKCE: S256, aud: client_id, aud: iss, iss: true # OIDC10: adheres to the core OpenID Connect spec v1.0 # When not default the default is OIDC10 #OIDCProfile [ OIDC10 | FAPI20 ]