Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ValAta authored Feb 9, 2024
2 parents 968be4e + 915ea67 commit 9fb6466
Show file tree
Hide file tree
Showing 150 changed files with 7,916 additions and 8,873 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-id-requester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disallowed-content-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- id: checkout_repo
name: Check out the repository content
uses: actions/checkout@v2
uses: actions/checkout@v3

- id: check_files_changed
uses: dorny/paths-filter@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merged-pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2840,7 +2840,7 @@ User Attributes
</td>
<td valign="top">

Tenant administrator can configure complex custom schema attributes with single-value child attributes. See [Attributes with Default Values](Operation-Guide/attributes-with-default-values-a2f1e46.md).
Tenant administrator can configure complex custom schema attributes with single-value child attributes. See [Configuring Attributes Based on Flexible Expressions](Operation-Guide/configuring-attributes-based-on-flexible-expressions-a2f1e46.md).

</td>
<td valign="top">
Expand Down Expand Up @@ -4102,7 +4102,7 @@ Proxy Scenarios
</td>
<td valign="top">

Identity Authentication supports sending of Identity Directory custom schemas attributes as default attributes. See [Attributes with Default Values](Operation-Guide/attributes-with-default-values-a2f1e46.md).
Identity Authentication supports sending of Identity Directory custom schemas attributes as default attributes. See [Configuring Attributes Based on Flexible Expressions](Operation-Guide/configuring-attributes-based-on-flexible-expressions-a2f1e46.md).

</td>
<td valign="top">
Expand Down Expand Up @@ -5455,7 +5455,7 @@ Two-Factor Authentication
</td>
<td valign="top">

Tenant administrator can configure applications to require more than one two-factor authentication method. See [Configure Risk-Based Authentication for an Application](Operation-Guide/configure-risk-based-authentication-for-an-application-bc52fbf.md#loiobc52fbf3d59447bbb6aa22f80d8b6056), and [Create a New Rule](Operation-Guide/configure-risk-based-authentication-for-an-application-bc52fbf.md#loio18d02ab9cc7d4caf83d8654c8c51a175).
Tenant administrator can configure applications to require more than one two-factor authentication method. See [Configure Risk-Based Authentication for an Application](Operation-Guide/configure-risk-based-authentication-for-an-application-bc52fbf.md#loiobc52fbf3d59447bbb6aa22f80d8b6056), and [Create a New Rule](Operation-Guide/create-a-new-rule-18d02ab.md).

</td>
<td valign="top">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4224,7 +4224,7 @@ OpenID Connect
</td>
<td valign="top">

The list of the claims that can't be set via the default attribute configuration is extended with `ias_iss`. See [Attributes with Default Values](Operation-Guide/attributes-with-default-values-a2f1e46.md).
The list of the claims that can't be set via the default attribute configuration is extended with `ias_iss`. See [Configuring Attributes Based on Flexible Expressions](Operation-Guide/configuring-attributes-based-on-flexible-expressions-a2f1e46.md).

</td>
<td valign="top">
Expand Down Expand Up @@ -6215,7 +6215,7 @@ Risk-Based Authentication
</td>
<td valign="top">

Tenant administrator can use `Corporate Attribute` to create rules for risk-based authentication for a specific application in the tenant. See [Create a New Rule](Operation-Guide/configure-risk-based-authentication-for-an-application-bc52fbf.md#loio18d02ab9cc7d4caf83d8654c8c51a175).
Tenant administrator can use `Corporate Attribute` to create rules for risk-based authentication for a specific application in the tenant. See [Create a New Rule](Operation-Guide/create-a-new-rule-18d02ab.md).

</td>
<td valign="top">
Expand Down Expand Up @@ -6280,7 +6280,7 @@ Assertion Attributes
</td>
<td valign="top">

Identity Authentication added `locale` as assertion attribute. See [User Attributes Sent to the Application](Operation-Guide/user-attributes-sent-to-the-application-d361407.md).
Identity Authentication added `locale` as assertion attribute. See [Configuring User Attributes from the Identity Directory](Operation-Guide/configuring-user-attributes-from-the-identity-directory-d361407.md).

</td>
<td valign="top">
Expand Down
Loading

0 comments on commit 9fb6466

Please sign in to comment.