MrWho

MrWhoOidc.Client

MrWhoOidc.Client is the .NET helper package for integrating applications with the MrWhoOidc server.

It includes helpers for:

Targets

Getting Started

var builder = WebApplication.CreateBuilder(args);

builder.Services.AddMrWhoOidcClient(builder.Configuration, sectionName: "MrWhoOidc:Client");

For server-side integration details, see docs/developer-guide.md and docs/advanced-flows-guide.md.