
High-level, configuration-driven API hides the complexities of OpenID Connect.
Features
- 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.