From 5b5a085471bb5c7cc4fdc726188dd1481d27b5ad Mon Sep 17 00:00:00 2001 From: Kory <57411706+KoryKessel-Mirantis@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:34:54 +0100 Subject: [PATCH] Creation of unsupported functions section for Authentication. (#269) --- content/docs/configuration/authentication/_index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/docs/configuration/authentication/_index.md b/content/docs/configuration/authentication/_index.md index 6dd12455..2731b6d9 100644 --- a/content/docs/configuration/authentication/_index.md +++ b/content/docs/configuration/authentication/_index.md @@ -68,3 +68,16 @@ The following table shows all of the available fields for the `expiry` section. | `expiry.refreshTokens.absoluteLifetime` | Absolute time frame of a refresh token. | | `expiry.refreshTokens.disableRotation` | Disable every-request rotation. | | `expiry.refreshTokens.reuseInterval` | Interval for obtaining the same refresh token from the refresh endpoint. | + +## Unsupported functions + +Authentication functions that are not supported in MKE 4 include: + +* OIDC proxies +* SAML proxies +* LDAP disablement of referral chasing +* LDAP JIT provisioning +* LDAP SAML logins +* LDAP simple pagination +* LDAP user sync +* MFA (Multi-Factor Authentication)