Use relative path for the path linked to the cookie
used by mangement ui oauth logic to store the
token until it is moved onto the local storage
(cherry picked from commit 8dfcfa61e4)
This commit is contained in:
parent
7f4595b55e
commit
40d180bbb4
|
|
@ -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">>).
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue