Skip to content

Integrate

How to make your application talk to Modgud. Start with the walkthrough that matches your scenario, then dive into the protocol-specific pages.

Walkthroughs

  • Resource server (.NET) — the most common Cocoar scenario: protect an ASP.NET Core API with Modgud-issued tokens via the Modgud.Client.AspNetCore NuGet package.
  • SaaS app walkthrough — full user-facing-app integration: client registration, login redirect, resource_access claims, role-based gating.

Protocol pages

  • Cookies & sessions — when to use the cookie-session pattern instead of OAuth (typically: internal SPAs on the same domain as the IdP).

Background work

Released under the Apache-2.0 License.