* website/integrations: rename "Create with Provider" to "New Application" The application list page now uses a split-button labeled "New Application" instead of the old "Create with Provider" dropdown. Update all 113 integration guides to match. * website/docs: update flow, stage, and policy button labels - "Create" → "New Flow", "New Stage", "New Policy" for trigger buttons - "Finish" → "Create Flow", "Create Stage", "Create Policy" for submit - "Create and bind stage" → "New Stage" / "Bind Existing Stage" - "Create" (binding submit) → "Create Stage Binding" * website/docs: update provider button labels - "Create" → "New Provider" for trigger buttons - "Create with Provider" → "New Application" in RAC docs - "Create" → "New Property Mapping", "New RAC Endpoint", "New Prompt" for related entity creation * website/docs: update directory button labels - "Create" → "New Source" for federation/social login pages - "Create" → "New Role", submit → "Create Role" - "Create" → "New Invitation" - Policy binding submit → "Create Policy Binding" * website/docs: update endpoint device and system management button labels - "Create" → "New Endpoint Connector", "New Enrollment Token", "New Device Access Group", "New Flow" - Submit → "Create Device Access Group" - "Create" → "New Notification Rule", "New Notification Transport" - Binding submit → "Create Policy Binding" * Reorganize policy documentation * website/docs: address policy docs review feedback * post-rebase * website/docs: Reorganize policy documentation -- Revisions (#21601) * apply suggestions * Fix escaped. * Fix whitespace. * Update button label. * Fix phrasing. * Fix phrasing. * Clean up stragglers. * Format. --------- Co-authored-by: Dominic R <dominic@sdko.org>
4.9 KiB
title, sidebar_label, support_level
| title | sidebar_label | support_level |
|---|---|---|
| Integrate with Placetel | Placetel | community |
What is Placetel
Placetel is a German cloud communications provider, specializing in VoIP-based telephony, unified communications (UCaaS), and collaboration tools for businesses.
Preparation
The following placeholders are used in this guide:
authentik.companyis the FQDN of the authentik installation.company.tldis the domain of your users' email addresses
:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
authentik configuration
To support the integration of Placetel with authentik, you need to create an application/provider pair in authentik.
Create an application and provider in authentik
-
Log in to authentik as an administrator and open the authentik Admin interface.
-
Navigate to Applications > Applications and click New Application to open the application wizard.
- Application: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings. Take note of the slug value as it will be required later.
- Choose a Provider type: select SAML Provider as the provider type.
- Configure the Provider: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations.
- Set the ACS URL to
https://accounts.webex.placetel.de/users/saml/auth. - Set the Entity ID to
authentik. - Set the SLS URL to
https://accounts.webex.placetel.de/users/saml/idp_sign_out. - Set the Service Provider Binding to
Post. - Under Advanced protocol settings, set an available Signing Certificate and ensure that Sign assertions and Sign responses are toggled.
- Ensure that Encryption Certificate is empty.
- Remove all Property Mappings except for
authentik default SAML Mapping: Email. - Set NameID Property Mapping to
authentik default SAML Mapping: Email.
- Set the ACS URL to
- Configure Bindings (optional): you can create a binding (policy, group, or user) to manage the listing and access to applications on a user's My applications page.
-
Click Submit to save the new application and provider.
Download metadata file
- Log in to authentik as an administrator and open the authentik Admin interface.
- Navigate to Applications > Providers and click on the name of the provider that you created in the previous section.
- Under Related objects > Metadata, click on Download. This downloaded file is your SAML Metadata file and it will be required in the next section.
Placetel configuration
To integrate Placetel with authentik, you will need to setup SSO in the Placetel portal.
- Log in to the Placetel portal as an Administrator.
- Click the "Organization Name" in the bottom left corner, and select Settings.
- Scroll to the bottom of the page. Next to the Single Sign On (SSO/SAML) section heading, select Edit.
- In the Import section, click on Choose File and upload the SAML Metadata file that you've just downloaded from authentik.
- In the Settings section, enter the following values:
- SP Entity ID:
https://web.placetel.de - IDP Entity ID:
authentik.company - Domains:
company.tld
- SP Entity ID:
- Ensure that Activate Single Sign On is unchecked for now.
- Click Save settings.
Test configuration and activate SSO
To test that authentik is properly configured with Placetel, log out and log back in using this link (with the appropriate Entity ID): https://accounts.webex.placetel.de/users/saml/sign_in?entity_id=<authentik.company>. You should be redirected to authentik and once authenticated, logged in to Placetel.
After confirming that your configuration is correct, return to the Placetel configuration page, check the Activate Single Sign On checkbox, and click Save settings.
Configuration verification
To confirm that authentik is properly configured with Placetel, log out and log back in to the Placetel portal. You will need to manually enter the email address of an existing user, as Placetel does not create new users through authentik. After clicking on Login, you should be redirected to authentik, and once authenticated, you'll be signed into the Placetel portal.
:::info Login link The default login link on the Placetel homepage will not work. :::