ホーム / ニュース / 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.