You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Symfony framework allows for the creation of stateless firewalls. In this case, the security token is not serialized for a session.
7
7
8
-
However, when API calls are utilized in AJAX requests from the UI, the user's token data from the current session must be used instead of the firewall credentials (e.g., WSSE headers). For this purpose, the firewall should have the |context1| parameter with the context name that the system can use to authenticate the user.
8
+
However, when API calls are utilized in AJAX requests from the UI, the user's token data from the current session must be used instead of the firewall credentials. For this purpose, the firewall should have the |context1| parameter with the context name that the system can use to authenticate the user.
Copy file name to clipboardExpand all lines: bundles/platform/RedisConfigBundle/index.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ OroRedisConfigBundle
7
7
8
8
|OroRedisConfigBundle| provides configuration enhancements for Oro applications to enable usage of |Redis| for caching.
9
9
10
-
The bundle enables developers to set Redis parameters in the application configuration YAML files and after that automatically enables and configures Redis caching services for different types of application caches (Doctrine cache, file cache, wsse_nonces cache, etc.) based on these parameters.
10
+
The bundle enables developers to set Redis parameters in the application configuration YAML files and after that automatically enables and configures Redis caching services for different types of application caches (Doctrine cache, file cache, etc.) based on these parameters.
Integration with Microsoft 365 via OAuth 2 API enables users to log in with their Microsoft 365 account and connect their mailbox to the Oro application using OAuth authentication.
6
+
Integration with Microsoft 365 via OAuth 2.0 API enables users to log in with their Microsoft 365 account and connect their mailbox to the Oro application using OAuth 2.0 authentication.
7
7
To achieve this, you need to register a custom Azure application and connect it with your Oro application.
0 commit comments