Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,11 @@ The following settings apply to the IdP configuration:

* **Log SAML Requests** – Determines whether all requests and login attempts should be logged and stored in an entity.

When you add a new configuration or change an existing one, you should restart your app. This ensures that the correct configuration is used.
In versions below 4.1.0, when you add a new configuration or change an existing one, you must restart your app. This ensures that the correct configuration is used by all instances of your app. From version 4.1.0, a restart is no longer required after changing the configuration.

{{% alert color="info" %}}
In a horizontally-scaled environment, configuration changes made on one instance are not automatically propagated to other instances. To apply changes consistently across all instances, you must restart all instances of your app.
{{% /alert %}}

## IdP Configuration

Expand Down
Loading