[Flow] Suddenly I get: #1222268609: Access denied (0 denied, 0 granted, 1 abstained)
Axel Wüstemann
awu at qbus.de
Wed Jan 15 15:10:06 CET 2014
Am 15.01.2014 15:06, schrieb Andreas Förthner:
> Hi Axel,
>
> could you paste the whole policy and security settings? Probably there is
> something wrong with your provider configuration and/or resources
> definitions.
>
> Greets Andi
Policy.yaml
resources:
methods:
LALLF_Intranet_FisheryInspection_Controllers:
'method(LALLF\Intranet\FisheryInspection\Controller\.*Controller->.*Action())'
LALLF_Intranet_PhoneDirectory_Controllers:
'method(LALLF\Intranet\PhoneDirectory\Controller\PhoneDirectoryController->(new|edit|create|update|delete)Action())'
roles:
User: []
acls:
User:
methods:
LALLF_Intranet_FisheryInspection_Controllers: GRANT
LALLF_Intranet_PhoneDirectory_Controllers: GRANT
Settings.yaml
TYPO3:
Flow:
security:
enable: TRUE
authentication:
authenticationStrategy: atLeastOneToken
providers:
'DefaultProvider':
provider: 'PersistedUsernamePasswordProvider'
entryPoint: 'WebRedirect'
entryPointOptions:
routeValues:
'@package': 'LALLF.Intranet'
'@controller': 'Login'
'@action': 'index'
authorization:
allowAccessIfAllVotersAbstain: TRUE
More information about the Flow
mailing list