fix: make client credential optional in authcode + pkce flow (#4114)

* fix: make client credential optional

* test: update test fixtures

---------

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Akash K
2024-06-12 14:10:54 +05:30
committed by GitHub
parent e3ad0c9e2e
commit 93807bfe8f
7 changed files with 140 additions and 20 deletions

View File

@@ -302,7 +302,7 @@ const supportedGrantTypes = [
auth.value.grantTypeInfo = {
...auth.value.grantTypeInfo,
clientSecret: value,
clientSecret: value ?? "",
}
}
)