Skip to content

Commit bc3c12a

Browse files
authored
website/docs: first batch of updates for new Binding wizard (#22393)
* first batch of updates * tweak * more tweaks
1 parent 32a1fc0 commit bc3c12a

3 files changed

Lines changed: 15 additions & 16 deletions

File tree

website/docs/add-secure-apps/flows-stages/stages/index.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ To bind a stage to a flow (which adds the stage as a "step" in the flow), follow
6565
2. In the Admin interface, navigate to **Flows and Stages > Flows**.
6666
3. In the list of flows, click the name of the flow to which you want to bind one or more stages.
6767
4. On the Flow page, click the **Stage Bindings** tab at the top.
68-
5. Here, you can either create a new stage and bind it to the flow with **New Stage**, or select an existing stage and bind it to the flow with **Bind Existing Stage**.
68+
5. Click **Create or bind...**.
69+
6. Here, you can choose to either bind an existing stage to the flow with **Existing Stage** or create a new stage and bind it to the flow with **Bind New Stage**.
6970

7071
### Control access to a stage
7172

@@ -83,14 +84,11 @@ To bind a user or a group to a stage binding for a specific flow, follow these s
8384
1. Log in as an admin to authentik, and go to the Admin interface.
8485
2. In the Admin interface, navigate to **Flows and Stages > Flows**.
8586
3. In the list of flows, click the name of the flow to which you want to bind one or more stages.
86-
4. On the Flow page, click the **Stage Bindings** tab at the top.
87-
5. Locate the stage binding to which you want to bind a user or group, and then **click the caret (>) to expand the stage binding details.**
88-
89-
![](./edit_stage_binding.png)
90-
91-
6. In the expanded area, click **Bind existing policy/group/user**.
92-
7. In the **Create Binding** box, select either the tab for **Group** or **User**.
87+
4. On that Flow's detail page, click the **Stage Bindings** tab at the top.
88+
5. In the list, locate the stage binding to which you want to bind a user or group, and then **click the caret (>) to expand the stage binding details.**
89+
6. In the expanded area, click **Create or bind...**.
90+
7. Under **Bind Existing**, select either **Bind a user** or **Bind a group**.
9391
8. In the drop-down list, select the group or user.
94-
9. Optionally, configure additional settings for the binding, and then click **Create Stage Binding** to create the binding and close the box.
92+
9. Optionally, configure additional settings for the binding, and then click **Create** to create the binding and close the box.
9593

9694
Learn more about the different types of [bindings](../../bindings-overview/index.md) in authentik and [working with them](../../bindings-overview/work-with-bindings.md).

website/docs/add-secure-apps/providers/ldap/create-ldap-provider.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ Now you'll need to create the LDAP authentication flow and bind the previously c
6565
- Provide a **Name**, **Title** and **Slug** for the flow (e.g. `ldap-authentication-flow`).
6666
- Set **Designation** to `Authentication`.
6767
3. Click **Create**.
68-
4. Click the name of the newly created flow, open the **Stage Bindings** tab, and click **Bind existing stage**.
69-
5. Select the previously created LDAP Identification Stage (e.g.`ldap-identification-stage`), set the order to `10`, and click **Create**.
70-
6. Click **Bind existing stage**.
71-
7. Select the previously created LDAP User Login Stage (e.g.`ldap-authentication-login-stage`), set the order to `30`, and click **Create**.
68+
4. Click the name of the newly created flow, open the **Stage Bindings** tab, and click **Create or bind...**
69+
5. Select **Existing stage**.
70+
6. Select the previously created LDAP Identification Stage (e.g.`ldap-identification-stage`), set the order to `10`, and click **Create**.
71+
7. Repeat above steps: click **Create or bind...** and then select **Existing stage**.
72+
8. Select the previously created LDAP User Login Stage (e.g.`ldap-authentication-login-stage`), set the order to `30`, and click **Create**.
7273

7374
## Create an LDAP application and provider
7475

website/docs/add-secure-apps/providers/single-logout/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ By default, when a user logs out from an application (RP-initiated logout), only
8282
2. Navigate to **Flows and Stages** > **Flows**.
8383
3. Click `default-provider-invalidation-flow` to open the flow.
8484
4. Click the **Stage Bindings** tab.
85-
5. Click **Bind Existing Stage**.
86-
6. In the **Stage** dropdown, select `default-invalidation-logout`.
87-
7. Click **Create**.
85+
5. Click **Create or bind...** and select **Existing stage**.
86+
6. In the **Stage** field, select `default-invalidation-logout` from the drop-down list.
87+
7. Configure any other settings, and then click **Create**.
8888

8989
After this change, when users log out from any application, they will be logged out of authentik and all other connected applications.
9090

0 commit comments

Comments
 (0)