Skip to content

update sso titles, add empty string note #2575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 23, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,16 @@ Keys that are supported with jqQuery expressions:
| visible | the condition to display any property in the form |
| disabled | the condition to disable any property in the form |

:::tip Check if string is empty
To check if a string input is empty, compare it to an empty string, like this:

```json
{
"jqQuery": ".form.version == \"\""
}
```
:::

---

#### Additional available properties
Expand Down
2 changes: 1 addition & 1 deletion docs/sso-rbac/sso-providers/oidc/azure-ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ScimFunctionality from "/docs/sso-rbac/sso-providers/\_scim_functionality
import ScimLimitation from "/docs/sso-rbac/sso-providers/oidc/\_scim_oidc_limitation.mdx"
import SSOEndpoints from "/docs/generalTemplates/_sso_auth0_endpoints.md"

# How to configure AzureAD
# Entra ID (AzureAD)

This guide demonstrates how to configure Single Sign-On (SSO) integration between Port and Microsoft Entra ID (AzureAD) using OIDC.

Expand Down
2 changes: 1 addition & 1 deletion docs/sso-rbac/sso-providers/oidc/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ScimLimitation from "/docs/sso-rbac/sso-providers/oidc/_scim_oidc_limitat
import SSOEndpoints from "/docs/generalTemplates/_sso_auth0_endpoints.md"
import DirectUrl from "/docs/generalTemplates/_sso_direct_url.md"

# How to configure Okta
# Okta

Follow this step-by-step guide to configure the integration between Port and Okta.

Expand Down
2 changes: 1 addition & 1 deletion docs/sso-rbac/sso-providers/oidc/onelogin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Integrate Onelogin with Port
import SSOEndpoints from "/docs/generalTemplates/_sso_auth0_endpoints.md"
import DirectUrl from "/docs/generalTemplates/_sso_direct_url.md"

# How to configure Onelogin
# Onelogin

Follow this step-by-step guide to configure the integration between Port and Onelogin.

Expand Down
4 changes: 2 additions & 2 deletions docs/sso-rbac/sso-providers/saml/azure-ad.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Microsoft Entra ID (AzureAD)"
sidebar_position: 1
description: Integrate Azure AD with Port using SAML
description: Integrate Entra ID (AzureAD) with Port using SAML
---

import ScimFunctionality from "/docs/sso-rbac/sso-providers/_scim_functionality_list.mdx"
import DirectUrl from "/docs/generalTemplates/_sso_direct_url.md"

# How to configure Azure AD
# Entra ID (AzureAD)

Follow this step-by-step guide to configure the integration between Port and Azure AD using a SAML application

Expand Down
2 changes: 1 addition & 1 deletion docs/sso-rbac/sso-providers/saml/google-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import loginUsingApp from "/static/img/sso/google-workspace/loginUsingApp.png"
import acsURLandEntityID from "/static/img/sso/google-workspace/acsURLandEntityID.png"
import DirectUrl from "/docs/generalTemplates/_sso_direct_url.md"

# How to configure Google Workspace
# Google Workspace

Follow this step-by-step guide to configure the integration between Port and Google Workspace.

Expand Down
2 changes: 1 addition & 1 deletion docs/sso-rbac/sso-providers/saml/jumpcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Integrate JumpCloud with Port using SAML

import DirectUrl from "/docs/generalTemplates/_sso_direct_url.md"

# How to configure JumpCloud
# JumpCloud

Follow this step-by-step guide to configure the integration between Port and JumpCloud.

Expand Down
2 changes: 1 addition & 1 deletion docs/sso-rbac/sso-providers/saml/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Integrate Okta with Port using SAML
import ScimFunctionality from "/docs/sso-rbac/sso-providers/_scim_functionality_list.mdx"
import DirectUrl from "/docs/generalTemplates/_sso_direct_url.md"

# How to configure Okta
# Okta

Follow this step-by-step guide to configure the integration between Port and Okta using a SAML application.

Expand Down