Skip to content

Commit 2cc3812

Browse files
MarcialRosalesmichaelklishin
authored andcommitted
Add selenium test that verifies use of verify-none
1 parent 0a34c32 commit 2cc3812

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

deps/rabbitmq_management/selenium/full-suite-management-ui

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh
1010
authnz-mgt/oauth-idp-initiated-with-uaa-via-proxy.sh
1111
authnz-mgt/oauth-idp-initiated-with-uaa.sh
1212
authnz-mgt/oauth-with-keycloak.sh
13+
authnz-mgt/oauth-with-keycloak-with-verify-none.sh
1314
authnz-mgt/oauth-with-uaa-and-mgt-prefix.sh
1415
authnz-mgt/oauth-with-uaa-down-but-with-basic-auth.sh
1516
authnz-mgt/oauth-with-uaa-down.sh
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4+
5+
TEST_CASES_PATH=/oauth/with-sp-initiated
6+
TEST_CONFIG_PATH=/oauth
7+
PROFILES="keycloak keycloak-verify-none-oauth-provider keycloak-mgt-oauth-provider tls"
8+
9+
source $SCRIPT/../../bin/suite_template $@
10+
runWith keycloak
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
auth_oauth2.issuer = ${OAUTH_PROVIDER_URL}
2+
auth_oauth2.https.peer_verification = verify_none

0 commit comments

Comments
 (0)