You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Get started with Identity Store on LocalStack
5
4
tags: ["Ultimate"]
6
5
---
@@ -11,7 +10,7 @@ Identity Store is a managed service that enables the creation and management of
11
10
Groups are used to manage access to AWS resources, and Identity Store provides a central location to create and manage groups across your AWS accounts.
12
11
13
12
LocalStack allows you to use the Identity Store APIs to create and manage groups in your local environment.
14
-
The supported APIs are available on our [API Coverage Page]({{< ref "coverage_identitystore" >}}), which provides information on the extent of Identity Store integration with LocalStack.
13
+
The supported APIs are available on our [API Coverage Page](), which provides information on the extent of Identity Store integration with LocalStack.
15
14
16
15
## Getting started
17
16
@@ -26,15 +25,18 @@ This guide will demonstrate how to create a group within Identity Store, list al
26
25
You can create a new group in the Identity Store using the [`CreateGroup`](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateGroup.html) API.
27
26
Execute the following command to create a group with an identity store ID of `testls`:
Copy the `GroupId` value from the output, as it will be needed in subsequent steps.
40
42
@@ -43,9 +45,13 @@ Copy the `GroupId` value from the output, as it will be needed in subsequent ste
43
45
After creating groups, you might want to list all groups within the Identity Store to manage or review them.
44
46
Run the following command to list all groups using the [`ListGroups`](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_ListGroups.html) API:
This command returns a list of all groups, including the group you created in the previous step.
62
67
@@ -65,15 +70,18 @@ This command returns a list of all groups, including the group you created in th
65
70
To view details about a specific group, use the [`DescribeGroup`](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DescribeGroup.html) API.
66
71
Run the following command to describe the group you created in the previous step:
0 commit comments