Skip to content

Commit 6191011

Browse files
Ticket #459 : Update documentation
1 parent 869131f commit 6191011

File tree

25 files changed

+87
-22
lines changed

25 files changed

+87
-22
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ cd ..
7272
dotnet sln add ./src/IdServer/IdServer.csproj
7373
```
7474

75-
Run the `IdServer` project, it must listens on the url `http://localhost:5001`.
75+
Run the `IdServer` project, it must listens on the url `https://localhost:5001`.
7676

7777
```
7878
cd src/IdServer
79-
dotnet run --urls=http://localhost:5001
79+
dotnet run --urls=https://localhost:5001
8080
```
8181

8282
The IdentityServer is now ready to be used.
8383

84-
By default, there is one administrator account configured. It is possible to access to his profile by navigating to the url `http://localhost:5001` and authenticate with the following credentials :
84+
By default, there is one administrator account configured. It is possible to access to his profile by navigating to the url `https://localhost:5001/master` and authenticate with the following credentials :
8585
* Login : administrator
8686
* Password : password
8787

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Auditing Screen
2+
3+
In the Administration UI, there is one Auditing Screen.
4+
It can be used to monitor the events.
5+
6+
![Monitoring](images/monitoring-1.png)
7+
8+
Following events are present :
9+
* AuthorizationFailureEvent
10+
* AuthenticationSuccessEvent
11+
* ClientAuthenticationFailureEvent
12+
* ClientAuthenticationSuccessEvent
13+
* ClientRegisteredFailureEvent
14+
* ClientRegisteredSuccessEvent
15+
* ConsentGrantedEvent
16+
* ConsentRevokedEvent
17+
* TokenIntrospectionFailureEvent
18+
* TokenIntrospectionSuccessEvent
19+
* TokenIssuedFailureEvent
20+
* TokenIssuedSuccessEvent
21+
* TokenRevokedFailureEvent
22+
* TokenRevokedSuccessEvent
23+
* UserInfoFailureEvent
24+
* UserInfoSuccessEvent
25+
* UserLoginSuccessEvent
26+
* UserLogoutSuccessEvent
126 KB
Loading
40.2 KB
Loading

docs/documentation/gettingstarted/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ cd ..
4949
dotnet sln add ./src/IdServer/IdServer.csproj
5050
```
5151

52-
Run the `IdServer` project, it must listens on the url `http://localhost:5001`.
52+
Run the `IdServer` project, it must listens on the url `https://localhost:5001`.
5353

5454
```
5555
cd src/IdServer
56-
dotnet run --urls=http://localhost:5001
56+
dotnet run --urls=https://localhost:5001
5757
```
5858

5959
The IdentityServer is now ready to be used.
6060

61-
By default, there is one administrator account configured. It is possible to access to his profile by navigating to the url `http://localhost:5001` and authenticate with the following credentials :
61+
By default, there is one administrator account configured. It is possible to access to his profile by navigating to the url `https://localhost:5001/master` and authenticate with the following credentials :
6262
* Login : administrator
6363
* Password : password
6464

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Confidential Client uses CIBA
2+
3+
TODO
2.19 KB
Loading
-5.79 KB
Loading
1.59 KB
Loading
41.1 KB
Loading

0 commit comments

Comments
 (0)