You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(dcm-backend): skip SSO token exchange when credentials are not configured
When clientId or clientSecret are absent (empty string), getTokenFromApi
now returns an empty token instead of attempting an SSO request that would
always fail with a 502. The proxy handler skips the Authorization header
when no token is present, forwarding requests unauthenticated to open API
gateways.
Made-with: Cursor
* Replace tag latest with main
* fix Docker Build
* Make Propery Optional in config.d.ts file
0 commit comments