Zammad: Update Url (#5615)
Was not with same slug as in previous section Signed-off-by: xaver <xwissen@xwissen.info>
This commit is contained in:
parent
78e4c313b5
commit
6c27a2f783
|
@ -47,7 +47,7 @@ In authentik, create a SAML Provider (under _Applications/Providers_) with these
|
||||||
- ACS URL: `https://zammad.company/auth/saml/callback`
|
- ACS URL: `https://zammad.company/auth/saml/callback`
|
||||||
- Issuer: `https://zammad.company/auth/saml/metadata`
|
- Issuer: `https://zammad.company/auth/saml/metadata`
|
||||||
- Service Provider Binding: Post
|
- Service Provider Binding: Post
|
||||||
- Audience: https://zammad.company/auth/saml/metadata
|
- Audience: `https://zammad.company/auth/saml/metadata`
|
||||||
- Property mappings: Zammad SAML Mapping: name & Zammad SAML Mapping: email
|
- Property mappings: Zammad SAML Mapping: name & Zammad SAML Mapping: email
|
||||||
- NameID Property Mapping: Zammad SAML Mapping: name
|
- NameID Property Mapping: Zammad SAML Mapping: name
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ In authentik, create an application (under _Resources/Applications_) with these
|
||||||
Configure Zammad SAML settings by going to settings (the gear icon), and selecting `Security -> Third-party Applications` and activate `Authentication via SAML` and change the following fields:
|
Configure Zammad SAML settings by going to settings (the gear icon), and selecting `Security -> Third-party Applications` and activate `Authentication via SAML` and change the following fields:
|
||||||
|
|
||||||
- Display name: authentik
|
- Display name: authentik
|
||||||
- IDP SSO target URL: https://authentik.company/application/saml/ticketsystem-seatable/sso/binding/init/
|
- IDP SSO target URL: https://authentik.company/application/saml/zammad/sso/binding/init/
|
||||||
- IDP certificate: ----BEGIN CERTIFICATE---- …
|
- IDP certificate: ----BEGIN CERTIFICATE---- …
|
||||||
- IDP certificate fingerprint: empty
|
- IDP certificate fingerprint: empty
|
||||||
- Name Identifier Format: empty
|
- Name Identifier Format: empty
|
||||||
|
|
Reference in New Issue