Skip to content

Commit 2db6375

Browse files
committed
another fix
1 parent 402382c commit 2db6375

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/communication-services/quickstarts/identity/includes/access-tokens/access-token-nocode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ms.author: sanchezjuan
2020

2121
- An active Logic Apps resource (logic app), or [create a blank logic app but with the trigger that you want to use](../../../../../logic-apps/quickstart-create-first-logic-app-workflow.md). Currently, the Azure Communication Services Identity connector provides only actions, so your logic app requires a trigger, at minimum.
2222

23-
2423
## Create user
2524

2625
Add a new step in your workflow by using the Azure Communication Services Identity connector, follow these steps in Power Automate with your Power Automate flow open in edit mode.
@@ -45,7 +44,6 @@ Add a new step in your workflow by using the Azure Communication Services Identi
4544

4645
:::image type="content" source="../../media/logic-app/azure-communications-services-connector-create-user-action-advanced.png" alt-text="Screenshot that shows the Azure Communication Services connector Create user action advanced options.":::
4746

48-
4947
## Issue a user access token
5048

5149
After you have a Communication Services identity, you can use the Issue a user access token action to issue an access token. The following steps will show you how:
@@ -75,7 +73,6 @@ After you have a Communication Services identity, you can use the Issue a user a
7573

7674
This will revoke all user access tokens for the specified user, there are no outputs for this action.
7775

78-
7976
## Delete a user
8077

8178
After you have a Communication Services identity, you can use the Issue a user access token action to delete an access token . The following steps will show you how:
@@ -89,7 +86,6 @@ After you have a Communication Services identity, you can use the Issue a user a
8986

9087
This will remove the user and revoke all user access tokens for the specified user, there are no outputs for this action.
9188

92-
9389
## Test your logic app
9490

9591
To manually start your workflow, on the designer toolbar, select **Run**. The workflow should create a user, issue an access token for that user, then remove it and delete the user. For more information, review [how to run your workflow](../../../../../logic-apps/quickstart-create-first-logic-app-workflow.md#run-workflow). You can check the outputs of these actions after the workflow runs successfully.

0 commit comments

Comments
 (0)