Correct callback

This commit is contained in:
2025-07-17 17:14:34 +02:00
parent 1f0b08c122
commit 47c468bab6

View File

@@ -3,11 +3,10 @@ import type {UserManagerSettings} from "oidc-client-ts";
export const oidcConfig : UserManagerSettings = { export const oidcConfig : UserManagerSettings = {
authority: 'https://auth.smoothbrain.win/application/o/dex/', authority: 'https://auth.smoothbrain.win/application/o/dex/',
client_id: 'K202NAqkgfjceLZr28gAVQgJDc6RjZfdrE1jNx0K', client_id: 'K202NAqkgfjceLZr28gAVQgJDc6RjZfdrE1jNx0K',
redirect_uri: 'http://localhost:5173/callback', redirect_uri: 'https://dex.smoothbrain.win/callback',
response_type: 'code', response_type: 'code',
scope: 'openid profile email', scope: 'openid profile email',
post_logout_redirect_uri: 'http://localhost:5173', // Homepage URL post_logout_redirect_uri: 'httpS://dex.smoothbrain.win',
// automaticSilentRenew: true,
loadUserInfo: true, loadUserInfo: true,
automaticSilentRenew: true, automaticSilentRenew: true,
extraQueryParams: { extraQueryParams: {