feat: override
This commit is contained in:
parent
ac109bf564
commit
f55cca519c
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export const startMcp = async (app: INestApplication) => {
|
|||
res.json({
|
||||
issuer: process.env.NEXT_PUBLIC_BACKEND_URL,
|
||||
authorization_endpoint: `${process.env.FRONTEND_URL}/oauth/authorize`,
|
||||
token_endpoint: `${process.env.NEXT_PUBLIC_BACKEND_URL}/oauth/token`,
|
||||
token_endpoint: `${process.env.NEXT_PUBLIC_OVERRIDE_BACKEND_URL || process.env.NEXT_PUBLIC_BACKEND_URL}/oauth/token`,
|
||||
response_types_supported: ['code'],
|
||||
grant_types_supported: ['authorization_code'],
|
||||
code_challenge_methods_supported: ['S256'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue