Skip to content

Commit d87dcdf

Browse files
Prepare the release 6.0.4
1 parent eb4b5da commit d87dcdf

File tree

147 files changed

+7481
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+7481
-11
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
networks:
2929
proxy_net: null
3030
scim:
31-
image: simpleidserver/scim:6.0.3
31+
image: simpleidserver/scim:6.0.4
3232
environment:
3333
VIRTUAL_HOST: "scim.localhost.com"
3434
ASPNETCORE_URLS : "http://*:80"
@@ -40,7 +40,7 @@ services:
4040
networks:
4141
proxy_net: null
4242
idserver:
43-
image: simpleidserver/idserver:6.0.3
43+
image: simpleidserver/idserver:6.0.4
4444
environment:
4545
VIRTUAL_HOST: "idserver.localhost.com"
4646
ASPNETCORE_URLS : "http://*:80"
@@ -59,7 +59,7 @@ services:
5959
networks:
6060
proxy_net: null
6161
website:
62-
image: simpleidserver/website:6.0.3
62+
image: simpleidserver/website:6.0.4
6363
environment:
6464
VIRTUAL_HOST: "website.localhost.com"
6565
ASPNETCORE_URLS : "http://*:80"
@@ -74,7 +74,7 @@ services:
7474
networks:
7575
proxy_net: null
7676
credentialissuer:
77-
image: simpleidserver/credentialissuer:6.0.3
77+
image: simpleidserver/credentialissuer:6.0.4
7878
environment:
7979
VIRTUAL_HOST: "credentialissuer.localhost.com"
8080
ASPNETCORE_URLS : "http://*:80"
@@ -86,7 +86,7 @@ services:
8686
networks:
8787
proxy_net: null
8888
credentialissuerwebsite:
89-
image: simpleidserver/credentialissuerwebsite:6.0.3
89+
image: simpleidserver/credentialissuerwebsite:6.0.4
9090
environment:
9191
VIRTUAL_HOST: "credentialissuerwebsite.localhost.com"
9292
ASPNETCORE_URLS : "http://*:80"

sid-kubernetes.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ spec:
229229
subdomain: localhost
230230
containers:
231231
- name: scim-deploy
232-
image: simpleidserver/scim:6.0.3
232+
image: simpleidserver/scim:6.0.4
233233
ports:
234234
- containerPort: 80
235235
env:
@@ -266,7 +266,7 @@ spec:
266266
subdomain: localhost
267267
containers:
268268
- name: idserver-deploy
269-
image: simpleidserver/idserver:6.0.3
269+
image: simpleidserver/idserver:6.0.4
270270
ports:
271271
- containerPort: 80
272272
env:
@@ -311,7 +311,7 @@ spec:
311311
subdomain: localhost
312312
containers:
313313
- name: website-deploy
314-
image: simpleidserver/website:6.0.3
314+
image: simpleidserver/website:6.0.4
315315
ports:
316316
- containerPort: 80
317317
env:
@@ -352,7 +352,7 @@ spec:
352352
subdomain: localhost
353353
containers:
354354
- name: credentialissuer-deploy
355-
image: simpleidserver/credentialissuer:6.0.3
355+
image: simpleidserver/credentialissuer:6.0.4
356356
ports:
357357
- containerPort: 80
358358
env:
@@ -387,7 +387,7 @@ spec:
387387
subdomain: localhost
388388
containers:
389389
- name: credentialissuerwebsite-deploy
390-
image: simpleidserver/credentialissuerwebsite:6.0.3
390+
image: simpleidserver/credentialissuerwebsite:6.0.4
391391
ports:
392392
- containerPort: 80
393393
env:

src/Templates/templates/SimpleIdServer.IdServerAdmin.Empty.Startup/SimpleIdServer.IdServerAdmin.Empty.Startup.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="SimpleIdServer.IdServer" Version="6.0.*-*" />
10+
<PackageReference Include="SimpleIdServer.IdServer.Website" Version="6.0.*-*" />
1111
</ItemGroup>
1212

1313
</Project>
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: Comparison
3+
hide_table_of_contents: true
4+
---
5+
6+
:::info
7+
8+
The comparison table was written on Septembre 25, 2024.
9+
10+
:::
11+
12+
13+
<table class="comparison-table w-full">
14+
<thead>
15+
<tr class="border-b border-gray-200">
16+
<th class="py-4 px-6 text-left text-gray-700 font-semibold w-1/3">Fonctionnalités</th>
17+
<th class="product-header py-4 px-6 w-1/5">SimpleIdServer</th>
18+
<th class="product-header py-4 px-6 w-1/5">Duende</th>
19+
<th class="product-header py-4 px-6 w-1/5">Openiddict</th>
20+
</tr>
21+
</thead>
22+
<tbody class="divide-y divide-gray-200">
23+
<tr>
24+
<td class="feature-cell py-4 px-6 text-gray-600">Langage</td>
25+
<td class="py-4 px-6 text-center">.NET</td>
26+
<td class="py-4 px-6 text-center">.NET</td>
27+
<td class="py-4 px-6 text-center">.NET</td>
28+
</tr>
29+
<tr>
30+
<td class="feature-cell py-4 px-6 text-gray-600">Open source</td>
31+
<td class="py-4 px-6 text-center">Apache 2.0</td>
32+
<td class="py-4 px-6 text-center text-blue-600 hover:underline">
33+
<a href="https://duendesoftware.com/license" target="_blank">Licence produit</a>
34+
</td>
35+
<td class="py-4 px-6 text-center">Apache 2.0</td>
36+
</tr>
37+
<tr>
38+
<td class="feature-cell py-4 px-6 text-gray-600">OAUTH2.0</td>
39+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
40+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
41+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
42+
</tr>
43+
<tr>
44+
<td class="feature-cell py-4 px-6 text-gray-600">OPENID FAPI</td>
45+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
46+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle partial-icon"></i></td>
47+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
48+
</tr>
49+
<tr>
50+
<td class="feature-cell py-4 px-6 text-gray-600">OPENID Credential Issuer</td>
51+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
52+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
53+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
54+
</tr>
55+
<tr>
56+
<td class="feature-cell py-4 px-6 text-gray-600">WS-Federation</td>
57+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
58+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
59+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
60+
</tr>
61+
<tr>
62+
<td class="feature-cell py-4 px-6 text-gray-600">SAML2.0</td>
63+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
64+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
65+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
66+
</tr>
67+
<tr>
68+
<td class="feature-cell py-4 px-6 text-gray-600">SCIM2.0</td>
69+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
70+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
71+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
72+
</tr>
73+
<tr>
74+
<td class="feature-cell py-4 px-6 text-gray-600">Openid federation</td>
75+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
76+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
77+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
78+
</tr>
79+
<tr>
80+
<td class="feature-cell py-4 px-6 text-gray-600">ESBI</td>
81+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
82+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
83+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
84+
</tr>
85+
<tr>
86+
<td class="feature-cell py-4 px-6 text-gray-600">OPENID FastFed</td>
87+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
88+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
89+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
90+
</tr>
91+
<tr>
92+
<td class="feature-cell py-4 px-6 text-gray-600">Provisioning manuel</td>
93+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
94+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
95+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
96+
</tr>
97+
<tr>
98+
<td class="feature-cell py-4 px-6 text-gray-600">Provisioning automatique</td>
99+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
100+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
101+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
102+
</tr>
103+
<tr>
104+
<td class="feature-cell py-4 px-6 text-gray-600">Interface d'administration</td>
105+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
106+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
107+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
108+
</tr>
109+
<tr>
110+
<td class="feature-cell py-4 px-6 text-gray-600">Application mobile</td>
111+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
112+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
113+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
114+
</tr>
115+
<tr>
116+
<td class="feature-cell py-4 px-6 text-gray-600">Multi-tenant</td>
117+
<td class="py-4 px-6 text-center"><i class="fas fa-check-circle check-icon"></i></td>
118+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
119+
<td class="py-4 px-6 text-center"><i class="fas fa-times-circle x-icon"></i></td>
120+
</tr>
121+
</tbody>
122+
</table>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Consultancy
3+
hide_table_of_contents: true
4+
---
5+
6+
# Consultancy
7+
8+
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.
9+
10+
We provide expertise in the following areas:
11+
12+
* We offer expertise in reviewing and enhancing authentication and authorization strategies.
13+
* We provide advice and guidelines on architectural considerations, such as implementing identity provisioning and more.
14+
* We assist financial enterprises in achieving compliance with both FAPI 1.0 and FAPI 2.0 standards.
15+
* 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.
16+
17+
# Open source and free of charge
18+
19+
The support provided by SimpleIdServer is free of charge, and the source code is open source, licensed under the Apache-2 license.
20+
21+
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.
22+
23+
[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)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Contact us
3+
hide_table_of_contents: true
4+
---
5+
6+
# Who are we
7+
8+
Belgian Company Specialized in the development of Identity and Access Management Solutions.
9+
10+
# Contact us
11+
12+
There are multiple communication methods available to contact our technical team:
13+
14+
* Email : agentsimpleidserver@gmail.com
15+
* Gitter : https://app.gitter.im/#/room/#simpleidserver:gitter.im
16+
* Git : https://github.com/simpleidserver
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
title: Download
3+
hide_table_of_contents: true
4+
---
5+
<div class="w-full">
6+
<div class="text-center mb-12">
7+
<div class="inline-block bg-primary-100 text-primary-800 text-sm font-semibold px-4 py-1 rounded-full version-badge mb-4">
8+
LATEST STABLE VERSION 6.0.2
9+
</div>
10+
<p class="text-gray-600 max-w-2xl mx-auto">Download SimpleIdServer for your preferred platform and start using it right away.</p>
11+
</div>
12+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
13+
<!-- Windows -->
14+
<a href="https://github.com/simpleidserver/SimpleIdServer/releases/latest/download/SimpleIdServer-Windows-x64.zip"
15+
target="_blank"
16+
class="download-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 flex flex-col">
17+
<div class="p-6 flex-1 flex flex-col items-center text-center">
18+
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-4">
19+
<i class="fab fa-windows text-blue-600 text-3xl"></i>
20+
</div>
21+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Windows x64</h3>
22+
<p class="text-gray-500 text-sm">Easy installation for Windows 10/11</p>
23+
</div>
24+
<div class="bg-gray-50 px-6 py-3 text-center">
25+
<span class="text-primary-600 text-sm font-medium">Download <i class="fas fa-arrow-down ml-1"></i></span>
26+
</div>
27+
</a>
28+
<!-- Linux -->
29+
<a href="https://github.com/simpleidserver/SimpleIdServer/releases/latest/download/SimpleIdServer-Linux-x64.zip"
30+
target="_blank"
31+
class="download-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 flex flex-col">
32+
<div class="p-6 flex-1 flex flex-col items-center text-center">
33+
<div class="w-16 h-16 bg-orange-100 rounded-full flex items-center justify-center mb-4">
34+
<i class="fab fa-linux text-orange-600 text-3xl"></i>
35+
</div>
36+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Linux</h3>
37+
<p class="text-gray-500 text-sm">Compatible with major distributions</p>
38+
</div>
39+
<div class="bg-gray-50 px-6 py-3 text-center">
40+
<span class="text-primary-600 text-sm font-medium">Download <i class="fas fa-arrow-down ml-1"></i></span>
41+
</div>
42+
</a>
43+
<!-- Docker -->
44+
<a href="https://github.com/simpleidserver/SimpleIdServer/releases/latest/download/Docker.zip"
45+
target="_blank"
46+
class="download-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 flex flex-col">
47+
<div class="p-6 flex-1 flex flex-col items-center text-center">
48+
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-4">
49+
<i class="fab fa-docker text-blue-500 text-3xl"></i>
50+
</div>
51+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Docker</h3>
52+
<p class="text-gray-500 text-sm">Lightweight and portable container</p>
53+
</div>
54+
<div class="bg-gray-50 px-6 py-3 text-center">
55+
<span class="text-primary-600 text-sm font-medium">Download <i class="fas fa-arrow-down ml-1"></i></span>
56+
</div>
57+
</a>
58+
<!-- Kubernetes -->
59+
<a href="https://github.com/simpleidserver/SimpleIdServer/releases/latest/download/Kubernetes.zip"
60+
target="_blank"
61+
class="download-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 flex flex-col">
62+
<div class="p-6 flex-1 flex flex-col items-center text-center">
63+
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-4">
64+
<i class="fas fa-ship text-blue-700 text-3xl"></i>
65+
</div>
66+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Kubernetes</h3>
67+
<p class="text-gray-500 text-sm">Scalable cluster deployment</p>
68+
</div>
69+
<div class="bg-gray-50 px-6 py-3 text-center">
70+
<span class="text-primary-600 text-sm font-medium">Download <i class="fas fa-arrow-down ml-1"></i></span>
71+
</div>
72+
</a>
73+
<!-- Android -->
74+
<a href="https://install.appcenter.ms/users/agentsimpleidserver-gmail.com/apps/simpleidserver/distribution_groups/public"
75+
target="_blank"
76+
class="download-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 flex flex-col">
77+
<div class="p-6 flex-1 flex flex-col items-center text-center">
78+
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mb-4">
79+
<i class="fab fa-android text-green-600 text-3xl"></i>
80+
</div>
81+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Android App</h3>
82+
<p class="text-gray-500 text-sm">Official mobile application</p>
83+
</div>
84+
<div class="bg-gray-50 px-6 py-3 text-center">
85+
<span class="text-primary-600 text-sm font-medium">Download <i class="fas fa-arrow-down ml-1"></i></span>
86+
</div>
87+
</a>
88+
<!-- Documentation -->
89+
<a href="/docs/overview"
90+
target="_blank"
91+
class="download-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 flex flex-col">
92+
<div class="p-6 flex-1 flex flex-col items-center text-center">
93+
<div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mb-4">
94+
<i class="fas fa-book text-primary-600 text-3xl"></i>
95+
</div>
96+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Documentation</h3>
97+
<p class="text-gray-500 text-sm">Complete installation and usage guide</p>
98+
</div>
99+
<div class="bg-gray-50 px-6 py-3 text-center">
100+
<span class="text-primary-600 text-sm font-medium">View <i class="fas fa-external-link-alt ml-1"></i></span>
101+
</div>
102+
</a>
103+
</div>
104+
<div class="mt-12 bg-primary-100 rounded-lg p-6 text-center">
105+
<h3 class="text-lg font-semibold text-primary-800 mb-2">Need help?</h3>
106+
<p class="text-gray-600 mb-4">Check out our documentation or contact our support team.</p>
107+
<a href="mailto:agentsimpleidserver@gmail.com" class="inline-flex items-center px-4 py-2 bg-primary-600 text-white rounded-lg hover:bg-primary-700 transition">
108+
<i class="fas fa-question-circle mr-2"></i> Technical Support
109+
</a>
110+
</div>
111+
</div>

0 commit comments

Comments
 (0)