We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba79c1 commit e098659Copy full SHA for e098659
1 file changed
src/app/.well-known/oauth-authorization-server/route.ts
@@ -5,10 +5,10 @@ const authorizationServer = {
5
agent_auth: {
6
skill: `${BASE}/auth.md`,
7
register_uri: `${BASE}/auth.md`,
8
+ claim_uri: `${BASE}/auth.md`,
9
identity_types_supported: ["anonymous"],
10
anonymous: {
- credential_types_supported: [],
11
- claim_uri: `${BASE}/auth.md`,
+ credential_types_supported: ["urn:ietf:params:oauth:token-type:access_token"],
12
},
13
14
}
0 commit comments