-
### Bug
In main.inc.php (line 527)
If DOL_MAIN_URL_ROOT has https and $conf->file->main_force_https = 1
$newurl is defined and the header is reset at line 537 :
header("Location: ".$newurl);
…
-
I am requesting an enhancement to the logout method in the SDK to improve the user experience when logging out from the application. Currently, the logout method redirects users to the OpenCampus site…
-
When doing:
```
await _appAuth.endSession(EndSessionRequest(
idTokenHint: idToken,
postLogoutRedirectUrl: postLogoutRedirectUrl,
serviceConfiguration: serviceConfigu…
-
Hello,
I wanted to clarify about redirecting when making payments.
When creating payment there is the 1st redirect to authorize so that access token can be created.
2nd redirect link is once the …
-
We use an external Auth provider, and if someone gets signed out of our app, subsequent fetch requests result in CORS violations, because Turbo (Drive and Frames) try to `fetch` the `location` from th…
-
Version: 2.0.1dev0
OS: Linux 22.04 + docker compose
Getting the following error when using sam and sam2. Images in minio cause this error, directly uploaded images do not get this error.
``` lo…
-
This relates to issue #7 . I've used the code from there and made it more generic and fixed a couple of edge-cases that wouldn't have worked. Please add this to sample library as it's a very common …
-
### Current behavior
A single page web app is hosted on server A, and the login page is hosted on another server B using Authorization Code Grant with PKCE. The web app on server A does not have a …
-
-
First off, this project is great, really appreciate @Gwojda starting this project up and the collective efforts as well as insights of @Gwojda @fmowersddx @MarkKlerkx and others who've contributed PRs…