OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions api/public pages/api

This topic contains 1 reply, has 2 voices, and was last updated by  msulima 6 years, 12 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #25382

    hello, how is the proposed way to achieve the following:

    – public controller without loging in, but with twig output
    – and/or public controller with json output

    if it is not possible to use a fully public endpoint, what do you say to the following approach

    – create public-api user, which is used to authenticate aggainst the application
    – eventually create a private customer/user using this account, which then can later be used to login to the frontend

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #25383

    msulima
    Moderator

    Hi,
    you can security firewalls pattern and add new rule for your route.
    For example:

    This can be done to fit your needs, in 2 different ways:
    1. application’s security.yml
    2. bundle’s app.yml in Resources/config/oro


Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top