Skip to content

Commit e098659

Browse files
Move claim_uri to agent_auth level, add credential type
1 parent 9ba79c1 commit e098659

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/app/.well-known/oauth-authorization-server

src/app/.well-known/oauth-authorization-server/route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ const authorizationServer = {
55
agent_auth: {
66
skill: `${BASE}/auth.md`,
77
register_uri: `${BASE}/auth.md`,
8+
claim_uri: `${BASE}/auth.md`,
89
identity_types_supported: ["anonymous"],
910
anonymous: {
10-
credential_types_supported: [],
11-
claim_uri: `${BASE}/auth.md`,
11+
credential_types_supported: ["urn:ietf:params:oauth:token-type:access_token"],
1212
},
1313
},
1414
}

0 commit comments

Comments
 (0)