Skip to content

Commit

Permalink
Merge pull request #26 from ibexa/ibx-3682-registration
Browse files Browse the repository at this point in the history
[ibexa/experience,commerce] Disable security for CA registration routes
  • Loading branch information
Nattfarinn authored Oct 12, 2022
2 parents d0d8880 + 4d3bea8 commit 4be85c4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ibexa/commerce/4.3/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ security:
pattern: /user/from-invite/register|/from-invite/register
security: false

ibexa_corporate_dev:
pattern: ^/corporate/(css|images|js)/
security: false

ibexa_corporate_customer_portal_register:
pattern: ^/corporate/customer-portal/register
security: false

ibexa_corporate_fieldtype_address:
pattern: ^/corporate/address/form/
security: false

# Uncomment `ibexa_cdp` rule if you are using Ibexa CDP connector
#ibexa_cdp:
# pattern: /cdp/webhook
Expand Down
12 changes: 12 additions & 0 deletions ibexa/experience/4.3/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ security:
pattern: /user/from-invite/register|/from-invite/register
security: false

ibexa_corporate_dev:
pattern: ^/corporate/(css|images|js)/
security: false

ibexa_corporate_customer_portal_register:
pattern: ^/corporate/customer-portal/register
security: false

ibexa_corporate_fieldtype_address:
pattern: ^/corporate/address/form/
security: false

# Uncomment `ibexa_cdp` rule if you are using Ibexa CDP connector
#ibexa_cdp:
# pattern: /cdp/webhook
Expand Down

0 comments on commit 4be85c4

Please sign in to comment.