diff --git a/deploy-manage/users-roles/cluster-or-deployment-auth/openid-connect.md b/deploy-manage/users-roles/cluster-or-deployment-auth/openid-connect.md index e07875f1fa..09a21101c3 100644 --- a/deploy-manage/users-roles/cluster-or-deployment-auth/openid-connect.md +++ b/deploy-manage/users-roles/cluster-or-deployment-auth/openid-connect.md @@ -169,7 +169,7 @@ This realm has a few mandatory settings, and a number of optional settings. The 1. Set the `Client Secret` that was assigned to the RP during registration in the OP. To set the client secret, add the `xpack.security.authc.realms.oidc..rp.client_secret` setting [to the {{es}} keystore](/deploy-manage/security/secure-settings.md). :::{warning} -In {{ech}} and {{ece}}, after you configure Client Secret, any attempt to restart the deployment will fail until you complete the rest of the configuration steps. If you want to roll back the Active Directory realm configurations, you need to remove the `xpack.security.authc.realms.oidc.oidc1.rp.client_secret` that was just added. +In {{ech}} and {{ece}}, after you configure Client Secret, any attempt to restart the deployment will fail until you complete the rest of the configuration steps. If you want to roll back the OpenID Connect realm configurations, you need to remove the `xpack.security.authc.realms.oidc.oidc1.rp.client_secret` that was just added. ::: ::::{note}