This topic contains 4 replies, has 3 voices, and was last updated by oliverusselldev 4 years, 2 months ago.
-
Topic
-
Hi Dears
I run oro:navigation:init but I see below error
”
[Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException]
The token storage contains no authentication token. One possible reason may
be that there is no firewall configured for this URL.
”
my secuty.yml file is :1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980security:acl:connection: defaultcache:id: security.acl.cache.doctrineprefix: sf2_acl_access_decision_manager:strategy: unanimousproviders:chain_provider:chain:providers: [in_memory, oro_user]oro_user:id: oro_user.security.providerin_memory:memory:users: []encoders:Oro\Bundle\UserBundle\Entity\User: sha512Symfony\Component\Security\Core\User\User: plaintextfirewalls:dev:pattern: ^/(_(profiler|wdt)|css|images|js)/security: falsewsse_secured:pattern: ^/api/(rest|soap).*wsse:lifetime: 600realm: "Secured API"profile: "UsernameToken"context: mainlogin:pattern: ^/user/(login|reset-request|send-email|check-email)$provider: chain_provideranonymous: truereset_password:pattern: ^/user/reset/*provider: chain_provideranonymous: trueembedded_form:pattern: ^/embedded-form/(submit|success)provider: chain_provideranonymous: truetracking_data:pattern: ^/tracking/data/createprovider: chain_provideranonymous: trueweb_service:pattern: ^/rest/sayeh/*provider: chain_provideranonymous: truemain:pattern: ^/provider: chain_providerorganization-form-login:csrf_provider: form.csrf_providercheck_path: oro_user_security_checklogin_path: oro_user_security_loginlogout:path: oro_user_security_logoutorganization-remember-me:key: %secret%name: CRMRMlifetime: 1209600 # stay logged for two weekshttponly: trueanonymous: falseaccess_control:- { path: ^/admin/, role: ROLE_ADMIN }- { path: ^/api/rest/(latest|v1)/pinbars, role: ROLE_USER }could you help my what is the cause of error?
thanks
golriz
The forum ‘OroCRM – Security’ is closed to new topics and replies.