website/integrations: add note for rancher idp initiated
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
d35302923d
commit
e44c716cbe
|
@ -26,7 +26,9 @@ Under _Property Mappings_, create a _SAML Property Mapping_. Give it a name like
|
||||||
return f"{user.pk}-{user.username}"
|
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`
|
- ACS URL: `https://rancher.company/v1-saml/adfs/saml/acs`
|
||||||
- Audience: `https://rancher.company/v1-saml/adfs/saml/metadata`
|
- Audience: `https://rancher.company/v1-saml/adfs/saml/metadata`
|
||||||
|
|
Reference in New Issue