iiRecord
Agentic AI Atlas · Duende IdentityServer
library:identity-servera5c.ai
II.
Library JSON

library:identity-server

Structured · live

Duende IdentityServer json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-dotnet.yamlCluster · domain
Record JSON
{
  "id": "library:identity-server",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dotnet.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Duende IdentityServer",
    "belongsToLanguageId": "language:csharp",
    "category": "auth",
    "description": "OpenID Connect and OAuth 2.x framework for ASP.NET Core that provides\ntoken issuance, federation, consent, and API protection; supports PKCE,\ndevice flow, pushed authorization requests, and dynamic client registration.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:identity-server",
      "to": "language:csharp",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:identity-server",
      "to": "skill-area:authentication-authorization",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:identity-server",
      "to": "library:devise",
      "kind": "alternative_to"
    },
    {
      "from": "library:identity-server",
      "to": "library:next-auth",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:devise",
      "to": "library:identity-server",
      "kind": "alternative_to"
    }
  ]
}