Skip to content

Commit 11957bf

Browse files
Ticket #470 : Update documentation
1 parent fe9b0dd commit 11957bf

File tree

29 files changed

+545
-27
lines changed

29 files changed

+545
-27
lines changed

docs/documentation/gettingstarted/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ cd src/SCIMEF
117117
dotnet run --urls=http://localhost:5003
118118
```
119119

120-
Now the SCIM server is running, you can check its Schemas endpoint on [http://localhost:5003/Schemas][http://localhost:5003/Schemas].
120+
Now the SCIM server is running, you can check its Schemas endpoint on [http://localhost:5003/Schemas](http://localhost:5003/Schemas).
121121

122122
## Create SCIM project with MongoDB support
123123

@@ -142,7 +142,7 @@ cd src/ScimMongoDB
142142
dotnet run --urls=http://localhost:5003
143143
```
144144

145-
Now the SCIM server is running, you can check its Schemas endpoint on [http://localhost:5003/Schemas][http://localhost:5003/Schemas].
145+
Now the SCIM server is running, you can check its Schemas endpoint on [http://localhost:5003/Schemas](http://localhost:5003/Schemas).
146146

147147
# Running with docker
148148

21.2 KB
Loading
23 KB
Loading
22.8 KB
Loading
36.6 KB
Loading
28.8 KB
Loading
24.7 KB
Loading
35.8 KB
Loading
73.2 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Identity Provisioning
2+
3+
The Identity Provisioning process consists to fetch users from one or more sources and import them into Identity Server.
4+
5+
The process contains two steps :
6+
7+
* **Extraction** : Extract users into CSV files.
8+
* **Import** : Import / Update users into the Identity Server.

0 commit comments

Comments
 (0)