Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _data/guides-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,13 @@
- path: /docs/user-guide/oauth-2-support/#login-with-auth0
title: OAuth0 OAuth example
subtitle: Learn how to step-by-step setup OAuth with OAuth0.
- path: /docs/user-guide/oauth-2-support
- path: /docs/user-guide/oauth-2-support/#login-with-okta
title: OAuth0 Okta example
subtitle: Learn how to step-by-step setup OAuth with Okta.
- path: /docs/user-guide/oauth-2-support
- path: /docs/user-guide/oauth-2-support/#login-with-keycloak
title: OAuth0 Keycloak example
subtitle: Learn how to step-by-step setup OAuth with Keycloak.
- path: /docs/user-guide/oauth-2-support/#login-with-azure
title: OAuth0 Azure Active Directory example
subtitle: Learn how to step-by-step setup OAuth with Azure Active Directory.

Expand Down
7 changes: 5 additions & 2 deletions _data/paas-eu/guides-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,13 @@
- path: /docs/paas/eu/user-guide/oauth-2-support/#login-with-auth0
title: OAuth0 OAuth example
subtitle: Learn how to step-by-step setup OAuth with OAuth0.
- path: /docs/paas/eu/user-guide/oauth-2-support
- path: /docs/paas/eu/user-guide/oauth-2-support/#login-with-keycloak
title: OAuth0 Keycloak example
subtitle: Learn how to step-by-step setup OAuth with Keycloak.
- path: /docs/paas/eu/user-guide/oauth-2-support/#login-with-okta
title: OAuth0 Okta example
subtitle: Learn how to step-by-step setup OAuth with Okta.
- path: /docs/paas/eu/user-guide/oauth-2-support
- path: /docs/paas/eu/user-guide/oauth-2-support/#login-with-azure
title: OAuth0 Azure Active Directory example
subtitle: Learn how to step-by-step setup OAuth with Azure Active Directory.

Expand Down
7 changes: 5 additions & 2 deletions _data/paas/guides-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,13 @@
- path: /docs/paas/user-guide/oauth-2-support/#login-with-auth0
title: OAuth0 OAuth example
subtitle: Learn how to step-by-step setup OAuth with OAuth0.
- path: /docs/paas/user-guide/oauth-2-support
- path: /docs/paas/user-guide/oauth-2-support/#login-with-keycloak
title: OAuth0 Keycloak example
subtitle: Learn how to step-by-step setup OAuth with Keycloak.
- path: /docs/paas/user-guide/oauth-2-support/#login-with-okta
title: OAuth0 Okta example
subtitle: Learn how to step-by-step setup OAuth with Okta.
- path: /docs/paas/user-guide/oauth-2-support
- path: /docs/paas/user-guide/oauth-2-support/#login-with-azure
title: OAuth0 Azure Active Directory example
subtitle: Learn how to step-by-step setup OAuth with Azure Active Directory.

Expand Down
9 changes: 0 additions & 9 deletions _data/pages_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6271,15 +6271,6 @@
"/docs/user-guide/notifications/":
url: "/docs/user-guide/notifications/"
redirect_from: []
"/docs/user-guide/oauth/azure/":
url: "/docs/user-guide/oauth/azure/"
redirect_from: []
"/docs/user-guide/oauth/oauth0/":
url: "/docs/user-guide/oauth/oauth0/"
redirect_from: []
"/docs/user-guide/oauth/okta/":
url: "/docs/user-guide/oauth/okta/"
redirect_from: []
"/docs/user-guide/oauth-2-support/":
url: "/docs/user-guide/oauth-2-support/"
redirect_from: []
Expand Down
7 changes: 5 additions & 2 deletions _data/pe/guides-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,13 @@
- path: /docs/pe/user-guide/oauth-2-support/#login-with-auth0
title: OAuth0 OAuth example
subtitle: Learn how to step-by-step setup OAuth with OAuth0.
- path: /docs/pe/user-guide/oauth-2-support
- path: /docs/pe/user-guide/oauth-2-support/#login-with-keycloak
title: OAuth0 Keycloak example
subtitle: Learn how to step-by-step setup OAuth with Keycloak.
- path: /docs/pe/user-guide/oauth-2-support/#login-with-okta
title: OAuth0 Okta example
subtitle: Learn how to step-by-step setup OAuth with Okta.
- path: /docs/pe/user-guide/oauth-2-support
- path: /docs/pe/user-guide/oauth-2-support/#login-with-azure
title: OAuth0 Azure Active Directory example
subtitle: Learn how to step-by-step setup OAuth with Azure Active Directory.

Expand Down
13 changes: 4 additions & 9 deletions _includes/docs/pe/user-guide/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,13 @@ First, on your DNS provider's website, you must add a canonical record for y

Once done, you can start the procedure of adding a domain.

{% if docsPrefix == "pe/" %}
{% capture domain_owner_note %}
Starting from ThingsBoard version 3.9.0, adding your own domain name is available at both the Tenant level and the Customer level.
{% endcapture %}
{% include templates/info-banner.md content=domain_owner_note %}
{% endif %}
{% if docsPrefix == "paas/" or docsPrefix == "paas/eu/" %}
## Add domain

{% capture domain_owner_note %}
Registering your own domain name is available at both the Tenant level and the Customer level.
{% if docsPrefix == "pe/" %} Starting from ThingsBoard version 3.9.0, adding your own domain name is available at both the Tenant level and the Customer level.{% endif %}
{% if docsPrefix == "paas/" or docsPrefix == "paas/eu/" %}Registering your own domain name is available at both the Tenant level and the Customer level.{% endif %}
{% endcapture %}
{% include templates/info-banner.md content=domain_owner_note %}
{% endif %}

{% if docsPrefix == "pe/" or docsPrefix == "paas/" or docsPrefix == "paas/eu/" %}
- Log in to your {{THINGSBOARD_WITH_URL}}{:target="_blank"} account;
Expand Down
Loading