0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

chore: add post_logout_redirect_uris

This commit is contained in:
Gao Sun 2021-07-04 15:55:44 +08:00 committed by Gao Sun
parent b5be4939b3
commit 3158f9f0d5

View file

@ -40,6 +40,7 @@ export default async function initOidc(app: Koa, port: number): Promise<Provider
redirect_uris: ['http://localhost:3000/callback'],
grant_types: ['authorization_code', 'refresh_token'],
token_endpoint_auth_method: 'none',
post_logout_redirect_uris: ['http://localhost:3000'],
},
],
features: {