From c65e7027a6944974b103f68799904b02445f7482 Mon Sep 17 00:00:00 2001 From: Alexey Poltorak Date: Sun, 12 May 2024 23:06:32 +0500 Subject: [PATCH] Update README.md (Add Certification Info) (#6) --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 072f5bb6..d090b82c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,27 @@ -## Description -**Abblix OIDC Server** is a robust .NET library that implements the OpenID Connect protocol on the server side. It is designed to meet high standards of flexibility, reusability, and reliability, using well-known software design patterns such as modular and hexagonal architectures. These patterns ensure that different parts of the library can work independently, improving the library's modularity, testability, and maintainability. The library also supports Dependency Injection using the standard .NET DI container, which aids in better organization and management of code. Specifically tailored for seamless integration with ASP.NET WebApi, Abblix OIDC Server employs standard controller classes, binding, and routing mechanisms to simplify the integration of OpenID Connect into your services. +# Abblix OIDC Server + +**Abblix OIDC Server** is a robust .NET library that provides comprehensive support for OAuth2 and OpenID Connect on the server side. + +It is designed to meet high standards of flexibility, reusability, and reliability, using well-known software design patterns such as modular and hexagonal architectures. +These patterns ensure that different parts of the library can work independently, improving the library's modularity, testability, and maintainability. +The library also supports Dependency Injection using the standard .NET DI container, which aids in better organization and management of code. +Specifically tailored for seamless integration with ASP.NET WebApi, Abblix OIDC Server employs standard controller classes, binding, and routing mechanisms to simplify the integration of OpenID Connect into your services. + +## Certification +![OpenID_Foundation_Certification](https://static.tildacdn.pro/tild3135-6534-4137-a636-613839336364/oid-l-certification-.svg) + +Abblix OIDC Server is [officially certified](https://openid.net/certification/#OPENID-OP-P) by the OpenID Foundation for the following profiles: +- Basic OP +- Implicit OP +- Hybrid OP +- Config OP +- Dynamic OP +- Form Post OP +- 3rd Party-Init OP +- RP-Initiated OP +- Session OP +- Front-Channel OP +- Back-Channel OP ## How to Build ```shell