Skip to content

Commit

Permalink
IBX-8691: Simplified security config for OAuth2 server usages
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoboza committed Aug 9, 2024
1 parent 4deeb6b commit d9aa2ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibexa/commerce/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ security:
context: ibexa
custom_authenticators:
- Ibexa\Rest\Security\Authenticator\RestAuthenticator
#uncomment the line below if you wish the product to act as an Oauth2 Server
#oauth2: true

ibexa_front:
pattern: ^/
Expand Down
2 changes: 2 additions & 0 deletions ibexa/experience/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ security:
context: ibexa
custom_authenticators:
- Ibexa\Rest\Security\Authenticator\RestAuthenticator
#uncomment the line below if you wish the product to act as an Oauth2 Server
#oauth2: true

ibexa_front:
pattern: ^/
Expand Down
2 changes: 2 additions & 0 deletions ibexa/headless/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ security:
context: ibexa
custom_authenticators:
- Ibexa\Rest\Security\Authenticator\RestAuthenticator
#uncomment the line below if you wish the product to act as an Oauth2 Server
#oauth2: true

ibexa_front:
pattern: ^/
Expand Down

0 comments on commit d9aa2ec

Please sign in to comment.