mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: add post_logout_redirect_uris
This commit is contained in:
parent
928a631bcc
commit
b2c59b4e8e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ export default async function initOidc(app: Koa, port: number): Promise<Provider
|
||||||
redirect_uris: ['http://localhost:3000/callback'],
|
redirect_uris: ['http://localhost:3000/callback'],
|
||||||
grant_types: ['authorization_code', 'refresh_token'],
|
grant_types: ['authorization_code', 'refresh_token'],
|
||||||
token_endpoint_auth_method: 'none',
|
token_endpoint_auth_method: 'none',
|
||||||
|
post_logout_redirect_uris: ['http://localhost:3000'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
features: {
|
features: {
|
||||||
|
|
Loading…
Reference in a new issue