Merge pull request #13664 from rabbitmq/use-relative-path-for-oauth-cookie

Use relative path for the path linked to the cookie
This commit is contained in:
Michael Klishin 2025-04-01 13:06:00 -04:00 committed by GitHub
commit c8c7bfb9bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -15,4 +15,4 @@
-define(MANAGEMENT_DEFAULT_HTTP_MAX_BODY_SIZE, 20000000).
-define(OAUTH2_ACCESS_TOKEN_COOKIE_NAME, <<"access_token">>).
-define(OAUTH2_ACCESS_TOKEN_COOKIE_PATH, <<"/js/oidc-oauth/bootstrap.js">>).
-define(OAUTH2_ACCESS_TOKEN_COOKIE_PATH, <<"js/oidc-oauth/bootstrap.js">>).

View File

@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^132.0",
"chromedriver": "^134.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"geckodriver": "^3.0.2",

View File

@ -1,6 +1,8 @@
authnz-mgt/basic-auth.sh
authnz-mgt/oauth-with-keycloak.sh
authnz-mgt/basic-auth-with-mgt-prefix.sh
authnz-mgt/oauth-with-uaa.sh
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh
mgt/vhosts.sh
mgt/exchanges.sh
mgt/limits.sh