2023-03-31 15:51:22 +08:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
|
|
|
|
|
|
TEST_CASES_PATH=/oauth/with-idp-initiated-via-proxy
|
|
|
|
|
TEST_CONFIG_PATH=/oauth
|
2024-01-03 16:28:36 +08:00
|
|
|
PROFILES="uaa fakeportal fakeproxy fakeportal-mgt-oauth-provider idp-initiated mgt-prefix uaa-oauth-provider"
|
2023-03-31 15:51:22 +08:00
|
|
|
|
2023-09-05 17:22:06 +08:00
|
|
|
source $SCRIPT/../../bin/suite_template $@
|
2024-11-15 02:38:27 +08:00
|
|
|
runWith rabbitmq uaa fakeportal fakeproxy
|