Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: Check for access/id token claims #1113

Merged
merged 6 commits into from
Oct 24, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
e2e: Check for access/id token claims
  • Loading branch information
arekkas committed Oct 23, 2018
commit 02981d3046214f2968ad0ae1527b85925991939c
2 changes: 1 addition & 1 deletion scripts/test-e2e-jwt.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ export OAUTH2_CLIENT_SECRET=bazbar
export OAUTH2_ISSUER_URL=http://127.0.0.1:4444/
export LOG_LEVEL=debug
export REDIRECT_URL=http://127.0.0.1:5555/callback
export AUTH2_SCOPE=openid,offline
export OAUTH2_SCOPE=openid,offline

go install .
go install ./test/mock-client
2 changes: 1 addition & 1 deletion scripts/test-e2e-opaque.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ export OAUTH2_CLIENT_SECRET=bazbar
export OAUTH2_ISSUER_URL=http://127.0.0.1:4444/
export LOG_LEVEL=debug
export REDIRECT_URL=http://127.0.0.1:5555/callback
export AUTH2_SCOPE=openid,offline
export OAUTH2_SCOPE=openid,offline

go install .
go install ./test/mock-client
2 changes: 1 addition & 1 deletion scripts/test-e2e-plugin.sh
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ export OAUTH2_CLIENT_SECRET=bazbar
export OAUTH2_ISSUER_URL=http://127.0.0.1:4444/
export LOG_LEVEL=debug
export REDIRECT_URL=http://127.0.0.1:4445/callback
export AUTH2_SCOPE=openid,offline
export OAUTH2_SCOPE=openid,offline

go install .
go build -buildmode=plugin -o memtest.so ./test/plugin