Skip to content

Commit

Permalink
e2e tests: remove client_id from RFC021 (is derived from subject in U…
Browse files Browse the repository at this point in the history
…RL) (#3619)
  • Loading branch information
reinkrul authored Dec 18, 2024
1 parent 61aad00 commit bdbae41
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion e2e-tests/clustering/memcached/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ REQUEST=$(
cat << EOF
{
"authorization_server": "https://nodeA/oauth2/vendorA",
"client_id": "https://nodeB/oauth2/vendorB",
"scope": "test",
"credentials": [
{
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/clustering/redis/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ REQUEST=$(
cat << EOF
{
"authorization_server": "https://nodeA/oauth2/vendorA",
"client_id": "https://nodeB/oauth2/vendorB",
"scope": "test",
"credentials": [
{
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/oauth-flow/rfc021/do-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ REQUEST=$(
cat << EOF
{
"authorization_server": "https://nodeA/oauth2/vendorA",
"client_id": "https://nodeB/oauth2/vendorB",
"scope": "test",
"credentials": [
{
Expand Down

0 comments on commit bdbae41

Please sign in to comment.