1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-04 13:48:56 +02:00

Fix broken links

This commit is contained in:
melindafekete 2025-07-25 18:18:02 +02:00
parent 24db998477
commit 6ebbf2fae1
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ Think of them this way:
![The password tab has a toggle that you can turn off.](/img/projects-environments.png)
A single [feature flag](/reference/feature-toggles) is defined once within a [project](/reference/project), but its configuration (its on/off state and activation strategies) can be different in each [environment](/reference/environments). This separation allows you to manage a feature's entire lifecycle safely and efficiently.
A single [feature flag](/reference/feature-toggles) is defined once within a [project](/reference/projects), but its configuration (its on/off state and activation strategies) can be different in each [environment](/reference/environments). This separation allows you to manage a feature's entire lifecycle safely and efficiently.
## The unified flag model
@ -172,7 +172,7 @@ This workflow empowers developers to innovate quickly in safe environments while
For large organizations, manually managing user accounts and permissions isn't scalable. Unleash integrates with your existing identity provider (like Okta, Microsoft Entra ID, or Keycloak) via SAML or OpenID Connect for [single sign-on](/reference/sso) (SSO).
Furthermore, Unleash supports the [SCIM protocol](/reference/provisioning), which automates the provisioning and de-provisioning of users and the syncing of user groups.
Furthermore, Unleash supports the [SCIM protocol](/reference/scim), which automates the provisioning and de-provisioning of users and the syncing of user groups.
This ensures that a user's access to Unleash is always in sync with their status in your central identity management system, significantly improving security and reducing administrative overhead.