11 lines
342 B
Bash
Executable File
11 lines
342 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
TEST_CASES_PATH=/oauth/with-idp-initiated-via-proxy
|
|
TEST_CONFIG_PATH=/oauth
|
|
PROFILES="uaa fakeportal fakeproxy fakeportal-mgt-oauth-provider idp-initiated uaa-oauth-provider"
|
|
|
|
source $SCRIPT/../../bin/suite_template $@
|
|
runWith rabbitmq uaa fakeportal fakeproxy
|