From e44c716cbed7beead373111c77f4b1f12dc25ce4 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 13 Jul 2022 23:14:01 +0200 Subject: [PATCH] website/integrations: add note for rancher idp initiated Signed-off-by: Jens Langhammer --- website/integrations/services/rancher/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/integrations/services/rancher/index.md b/website/integrations/services/rancher/index.md index 481f3a139..635b19184 100644 --- a/website/integrations/services/rancher/index.md +++ b/website/integrations/services/rancher/index.md @@ -26,7 +26,9 @@ Under _Property Mappings_, create a _SAML Property Mapping_. Give it a name like return f"{user.pk}-{user.username}" ``` -Create an application in authentik. Create a SAML provider with the following parameters: +Create an application in authentik. Set the Launch URL to `https://rancher.company`, as Rancher does not currently support IdP-initiated logins. + +Create a SAML provider with the following parameters: - ACS URL: `https://rancher.company/v1-saml/adfs/saml/acs` - Audience: `https://rancher.company/v1-saml/adfs/saml/metadata`