Skip to content

Commit

Permalink
[BUGFIX] Wrong troubleshooting stepin README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryd committed Apr 25, 2020
1 parent 2c35862 commit c7eb52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ If you suspect there is a bug, feel free to add the issue to the [issue tracker]

### Login fails since TYPO3 8.7.31 and 9.5.14

These versions of TYPO3 [introduced](https://typo3.org/article/typo3-9514-and-8731-maintenance-releases-published) a SameSite cookies support, which broke OpenID authentication. The fix is to make sure that you have the following in your `web/typo3conf/AdditionalConfiguration.php`:
These versions of TYPO3 [introduced](https://typo3.org/article/typo3-9514-and-8731-maintenance-releases-published) a SameSite cookies support, which broke OpenID authentication. The fix is to make sure that you have the following in your `web/typo3conf/LocalConfiguration.php`:

```php
return [
'BE' => [
'cookieSameSite' => 'lax',
...
```
```

0 comments on commit c7eb52c

Please sign in to comment.