|
| 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> |
0 commit comments