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:
commit
c8c7bfb9bf
|
@ -15,4 +15,4 @@
|
||||||
-define(MANAGEMENT_DEFAULT_HTTP_MAX_BODY_SIZE, 20000000).
|
-define(MANAGEMENT_DEFAULT_HTTP_MAX_BODY_SIZE, 20000000).
|
||||||
|
|
||||||
-define(OAUTH2_ACCESS_TOKEN_COOKIE_NAME, <<"access_token">>).
|
-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">>).
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^132.0",
|
"chromedriver": "^134.0",
|
||||||
"ejs": "^3.1.8",
|
"ejs": "^3.1.8",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"geckodriver": "^3.0.2",
|
"geckodriver": "^3.0.2",
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
authnz-mgt/basic-auth.sh
|
authnz-mgt/basic-auth.sh
|
||||||
authnz-mgt/oauth-with-keycloak.sh
|
authnz-mgt/oauth-with-keycloak.sh
|
||||||
|
authnz-mgt/basic-auth-with-mgt-prefix.sh
|
||||||
authnz-mgt/oauth-with-uaa.sh
|
authnz-mgt/oauth-with-uaa.sh
|
||||||
|
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh
|
||||||
mgt/vhosts.sh
|
mgt/vhosts.sh
|
||||||
mgt/exchanges.sh
|
mgt/exchanges.sh
|
||||||
mgt/limits.sh
|
mgt/limits.sh
|
||||||
|
|
Loading…
Reference in New Issue