-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
3,906 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
website/versioned_docs/version-4.0.5/advancedsettings/auditing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Auditing | ||
|
||
The administration UI contains an auditing screen used to search for events. | ||
|
||
![Monitoring](images/monitoring-1.png) | ||
|
||
Following events are present : | ||
|
||
* AuthorizationFailureEvent | ||
* AuthenticationSuccessEvent | ||
* ClientAuthenticationFailureEvent | ||
* ClientAuthenticationSuccessEvent | ||
* ClientRegisteredFailureEvent | ||
* ClientRegisteredSuccessEvent | ||
* ConsentGrantedEvent | ||
* ConsentRevokedEvent | ||
* TokenIntrospectionFailureEvent | ||
* TokenIntrospectionSuccessEvent | ||
* TokenIssuedFailureEvent | ||
* TokenIssuedSuccessEvent | ||
* TokenRevokedFailureEvent | ||
* TokenRevokedSuccessEvent | ||
* UserInfoFailureEvent | ||
* UserInfoSuccessEvent | ||
* UserLoginSuccessEvent | ||
* UserLogoutSuccessEvent | ||
* PushedAuthorizationRequestSuccessEvent | ||
* PushedAuthorizationRequestFailureEvent |
108 changes: 108 additions & 0 deletions
108
website/versioned_docs/version-4.0.5/advancedsettings/configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
# Configuration | ||
|
||
## IdentityServer | ||
|
||
The table below, list all the possible properties present in the `appsettings.json` file. Thanks to them, you can easily customize the behavior the [IdentityServer](../installation#create-identityserver-project). | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Property</th> | ||
<th>Description</th> | ||
<th>Values</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td rowspan="2"><b>OverrideBaseUrl</b></td> | ||
<td rowspan="2">When set to true, the base URL will be replaced by the authority.</td> | ||
<td>true</td> | ||
</tr> | ||
<tr> | ||
<td>false</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="2"><b>IsForwardedEnabled</b></td> | ||
<td rowspan="2">Enable or disable the forwarded headers</td> | ||
<td>true</td> | ||
</tr> | ||
<tr> | ||
<td>false</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="4"><b>ClientCertificateMode</b></td> | ||
<td rowspan="4"> | ||
Specifies the client certificate requirements for an HTTPS connection.<br/> | ||
This parameter is required when you are using the <b>tls_client_auth</b> or <b>self_signed_tls_client_auth</b> client authentication method. <br/> | ||
By default, the value is <b>NoCertificate</b>. | ||
</td> | ||
<td>NoCertificate</td> | ||
</tr> | ||
<tr> | ||
<td>AllowCertificate</td> | ||
</tr> | ||
<tr> | ||
<td>RequireCertificate</td> | ||
</tr> | ||
<tr> | ||
<td>DelayCertificate</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="2"><b>IsRealmEnabled</b></td> | ||
<td rowspan="2">Enable or disable the Realm. By default, the value is <b>true</b></td> | ||
<td>true</td> | ||
</tr> | ||
<tr> | ||
<td>false</td> | ||
</tr> | ||
<tr> | ||
<td><b>SCIMBaseUrl</b></td> | ||
<td> | ||
Base URL of the SCIM Server. This value is used during the launch time of IdentityServer to configure Automatic Identity Provisioning with the SCIM Server..<br/> | ||
By default, the value is <b>https://localhost:5003</b>. | ||
</td> | ||
<td>Base URL of the SCIM Server</td> | ||
</tr> | ||
<tr> | ||
<td><b>Authority</b></td> | ||
<td> | ||
Base URL of the current IdentityServer. This value is used to configure OPENID authentication with the IdentityServer.<br/> | ||
By default, the value is <b>https://localhost:5001</b>. | ||
</td> | ||
<td>Base URL of the current IdentityServer.</td> | ||
</tr> | ||
<tr> | ||
<td><a href="../iam/configuration"><b>DistributedConfiguration</b></a></td> | ||
<td> | ||
Distributed configuration helps various modules within SimpleIdServer to store their settings. <br /> | ||
This property is used to configure the configuration storage, for example, <b>Redis</b> or <b>SQL Server</b>. | ||
</td> | ||
<td>For more information, please refer to this <a href="../iam/configuration">chapter</a></td> | ||
</tr> | ||
<tr> | ||
<td><a href="../iam/storage"><b>StorageConfiguration</b></a></td> | ||
<td>This property is used to configure the data storage used by IdentityServer to store its various entities, such as <b>Clients</b> or <b>Users</b>.</td> | ||
<td>For more information, please refer to this <a href="../iam/storage">chapter</a></td> | ||
</tr> | ||
<tr> | ||
<td rowspan="6"><b>Other</b></td> | ||
<td rowspan="6">The other properties are used to configure the modules used by IdentityServer, such as <b>Automatic Identity Provisioning with SCIM</b> or an external Identity Provider like <b>Facebook</b></td> | ||
<td><a href="../iam/externalidproviders#facebook">Facebook</a></td> | ||
</tr> | ||
<tr> | ||
<td><a href="../iam/automaticidentityprovisioning.md#scim">SCIM</a></td> | ||
</tr> | ||
<tr> | ||
<td><a href="../iam/automaticidentityprovisioning.md#ldap">LDAP</a></td> | ||
</tr> | ||
<tr> | ||
<td><a href="../iam/authmethods.md#email">IdServerEmailOptions</a></td> | ||
</tr> | ||
<tr> | ||
<td><a href="../iam/authmethods.md#sms">IdServerSmsOptions</a></td> | ||
</tr> | ||
<tr> | ||
<td>FidoOptions</td> | ||
</tr> | ||
</tbody> | ||
</table> |
Binary file added
BIN
+126 KB
website/versioned_docs/version-4.0.5/advancedsettings/images/monitoring-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
website/versioned_docs/version-4.0.5/advancedsettings/pki.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Public Key Infrastructure (PKI) | ||
|
||
Here are the key components of SimpleIdServer's PKI. : | ||
|
||
1. **Certificate Authority (CA)** : The Certificate Authority is a trusted entity responsible for issuing and managing client certificates. | ||
2. **Client Certificates** : Client certificates are used by OAuth 2.0 clients, for example during the "tls_client_auth" authentication. | ||
|
||
In the Administration UI, you can manage the Certificate Authorities (CAs). They can be generated and stored in the database or imported from the Certificate Store. | ||
You can download one of them and install it into the appropriate certificate store. | ||
|
||
A Certificate Authority can be used to generate one or more client certificates. |
26 changes: 26 additions & 0 deletions
26
website/versioned_docs/version-4.0.5/advancedsettings/realm.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Realm | ||
|
||
A [Realm](../glossary) is a space where you can manage Clients, Scopes, Users, External Identity Providers, and Certificate Authorities. Realms are isolated from one another, but the same resource can be located in one or more Realms. | ||
|
||
By default, there is one configured `master` realm. It must not be removed, as doing so would render the SimpleIdServer product inoperable. | ||
|
||
You can use the Realm to separate different environments, such as having one for the `test` environment and another for the `prd` environment. | ||
|
||
To add a realm, follow these steps : | ||
|
||
1. Click `Active realm: master`. | ||
2. Click `Add realm`. | ||
3. Enter the details for the new Realm. | ||
4. Click `Save`. After saving the details, the user-agent will be redirected to the new realm. | ||
|
||
You can switch the active realm by clicking on `Active realm: active realm`. | ||
|
||
## Disable Realm | ||
|
||
By default, SimpleIdServer is configured to use the Realm. If you do not want to use it, you can disable it by updating the `appsettings.json` configuration files. | ||
|
||
To disable the Realm, follow these steps: | ||
|
||
1. Open the [IdentityServer](../installation#create-identityserver-project) project and edit the `appsettings.json` file. | ||
2. Set the `IsRealmEnabled` property to `false` and save the file. | ||
3. Open the [IdentityServer website](../installation#create-identityserver-website-project) and edit the `appsettings.json` file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Consultancy | ||
hide_table_of_contents: true | ||
--- | ||
|
||
# Consultancy | ||
|
||
If you are seeking consultancy regarding any aspect of the Identity Access Management field, please feel free to contact us via email at agentsimpleidserver@gmail.com. | ||
|
||
We provide expertise in the following areas: | ||
|
||
* We offer expertise in reviewing and enhancing authentication and authorization strategies. | ||
* We provide advice and guidelines on architectural considerations, such as implementing identity provisioning and more. | ||
* We assist financial enterprises in achieving compliance with both FAPI 1.0 and FAPI 2.0 standards. | ||
* We provide assistance to public sectors, including government and hospitals, in developing trusted APIs that enable the issuance of valid credentials such as Covid Certificates, Driving Licenses, University Degrees, and more. | ||
|
||
# Open source and free of charge | ||
|
||
The support provided by SimpleIdServer is free of charge, and the source code is open source, licensed under the Apache-2 license. | ||
|
||
When it comes to GIT, we kindly request that you take a moment to read the [code of conduct](https://github.com/simpleidserver/SimpleIdServer/blob/master/CONTRIBUTING.md) before initiating an issue. | ||
|
||
[If you appreciate our project and wish to extend your support, you have the opportunity to sponsor it or make a donation.](https://github.com/sponsors/simpleidserver?o=esb) |
Oops, something went wrong.