OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
28 stars 109 forks source link

Local imxclient for development not able to do login for qer-app-portal #162

Closed zime-rch closed 1 month ago

zime-rch commented 1 month ago

I have a problem whenever I login to the app portal on a local started imxclient. Ass soon I login with DialogUser Module, I get the following:

Error: An error occurred while processing the request: POST http://localhost:8182/imx/login/portalSystem.Exception: An error occurred while processing the request: POST http://localhost:8182/imx/login/portal ---> System.InvalidOperationException: Unable to derive connection string from current connection. Call CreateUnauthentifiedConnection instead.

Why the imxclient is not able to derive connection string from current connection?

Screenshot

image

mru-ipg commented 1 month ago

Try CTRL + Enter pressing during the start, after should be possible to choice another or reset your DB Connection

zime-rch commented 1 month ago

Try CTRL + Enter pressing during the start, after should be possible to choice another or reset your DB Connection

@mru-ipg Thanks, you saved my day. I have used allways my standard global.cfg connection, but since I have added a new connection, it worked fine.