首页 / 新闻 / ComponentSpace OpenID for ASP.NET Core 发布
ComponentSpace OpenID for ASP.NET Core 发布
配置驱动的高水平 API 隐藏了 OpenID Connect 的复杂性。
8月 19, 2022
新产品
特性
The OpenID Connect (OIDC) for ASP.NET Core library plugs directly into your application enabling OpenID provider support.
High Level API - Add OpenID provider functionality to your web application with just a few lines of code. A high-level, configuration-driven API hides the complexities of OpenID Connect, making for a quick and easy implementation. Configuration changes, including adding support for additional clients, can be made with zero code updates.
Processing an OpenID Discovery Metadata Request - OpenID metadata is returned to the client.
Processing an OpenID Key Request - OpenID keys are returned to the client.
Processing an OpenID Connect Authentication Request - The authorization request is received and processed.
Sending an OpenID Connect Authentication Response - The authorization response is created and sent.