owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
434 stars 159 forks source link

[full-ci][tests-only] regenerate the access token for web-ocis while running with keycloak #11067

Closed nabim777 closed 3 months ago

nabim777 commented 3 months ago

Description

It was found that the access token used was invalid so deletion of any users from Web-Ocis is not happened afterall clean up. The access token becomes invalid due to Keyclock's backchannel logout feature, which makes the token invalid when the user logs out. So, above problem is cover in this PR. More describe in here: link

Also in this PR, there is addition of the scenario from suites admin-settings that will pass in drone. The scenarios of suites admin-settings which are fails in drone and are not included are as follows:

- Scenario: user login can be managed in the admin settings: 3
- Scenario: edit user:84
- Scenario: admin creates user: 168

Related Issue

Motivation and Context

How Has This Been Tested?

Types of changes

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud