HEPTACOM / HeptacomShopwarePlatformAdminOpenAuth

Shopware plugin to allow open auth logins in the administration
https://www.heptacom.de/
Apache License 2.0
30 stars 10 forks source link

[Feature]: Bypass password requirement for all corresponding admin interactions (e.g. deleting users) #15

Closed AndreasA closed 1 year ago

AndreasA commented 1 year ago

Plugin Version

4.2.1

PHP Version

8.1

Shopware Version

6.4.18.1

Installation method

Composer

Identity provider

Google Cloud

What happened?

From what I can gather in the code for some interactions you already bypass the password confirm dialog in the admin.

However, this is not yet the case for all, e.g. deleting an admin user requires a password which a user logging in through SSO does not have.

Relevant log output

No response

silviokennecke commented 1 year ago

Hi Andreas, the modals you are referencing don't use sw-verify-user-modal. We therefore decided to refactor those components and create a PR for the shopware administration. The PR has already been merged but not yet released. https://github.com/shopware/platform/pull/2748