zblzbl1991

Results 4 issues of zblzbl1991

```javascript import { createRouter, createWebHistory } from 'vue-router' createRouter({ history: createWebHistory('/base-directory/'), routes: [], }) ```

**Describe the bug** When I first redirected to "/api/auth/oidc/callback" with the code, successfully obtained the token and then redirected to the home page, there was no "auth_session" in the cookie...

help wanted

**Is your feature request related to a problem? Please describe.** When I configure the OIDCfor the CE version, my settings are as follows: ``` BACKEND_OIDC_CLIENT_ID=satoken BACKEND_OIDC_CLIENT_SECRET=satoken BACKEND_OIDC_CALLBACK_URL=http://localhost:3000/api/auth/oidc/callback BACKEND_OIDC_USER_INFO_URL=http://localhost:8080/userinfo BACKEND_OIDC_TOKEN_URL=http://localhost:8080/oauth2/token BACKEND_OIDC_AUTHORIZATION_URL=http://localhost:8080/oauth2/authorize...

question

**Describe the bug** When I set a variable at the start of the process and assign "flowable:candidateUsers="${candidateUsers}"", the user identity that finally appears in the act_ru_identitylink table is "participant" instead...