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

[Bug]: Login not possible when Shopware is in dev mode #28

Open ahaf opened 2 months ago

ahaf commented 2 months ago

Plugin Version

7.0.0

PHP Version

8.3.11

Shopware Version

6.6.6.1

Installation method

Composer

Identity provider

Microsoft Azure OIDC

What happened?

When using Shopware in dev mode, I receive the following error message:

"code": "3",
"status": "400",
"title": "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.",
"detail": "Expired"

As soon as I switch to prod mode, I can log in without any issues.

Relevant log output

No response