mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
Merge pull request #47 from logto-io/gao--remove-resource-indicator
chore(core): remove resource indicator
This commit is contained in:
commit
49bffd6803
1 changed files with 0 additions and 8 deletions
|
@ -38,14 +38,6 @@ export default async function initOidc(app: Koa): Promise<Provider> {
|
|||
revocation: { enabled: true },
|
||||
introspection: { enabled: true },
|
||||
devInteractions: { enabled: false },
|
||||
resourceIndicators: {
|
||||
// Type def for this is broken.
|
||||
// Update when we return client-based default resource
|
||||
defaultResource: () => ['https://api.logto.io'],
|
||||
getResourceServerInfo: () => {
|
||||
return { scope: 'api', accessTokenFormat: 'jwt' };
|
||||
},
|
||||
},
|
||||
},
|
||||
interactions: {
|
||||
url: (_, interaction) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue