dbeaver / cloudbeaver

Cloud Database Manager
https://dbeaver.com/
Apache License 2.0
3.39k stars 370 forks source link

Okta integration error: No security manager auth id specified #2384

Closed garruti9 closed 6 months ago

garruti9 commented 7 months ago

Describe the bug When following all the steps outlined in the documentation (https://github.com/dbeaver/cloudbeaver/wiki/Okta-OpenID-Authentication) to set it the okta integration, it fails with the following error:

13-02-2024 15:50:15.682 [Test datasource connection] ERROR i.c.s.o.s.AbstractOpenIdServlet - null
io.cloudbeaver.DBWebException: No security manager auth id specified

Additionally, attempting to configure it using aws-opened yields the same error experienced with OKTA, as described above.

To Reproduce Steps to reproduce the behavior: Configure an Okta integration following the documentation: https://github.com/dbeaver/cloudbeaver/wiki/Okta-OpenID-Authentication

Screenshots image

Additional context Additionally, I've included the error trace from the Docker on the EC2 instance: cloudbeaver_trace_error_okta_integration.txt

EvgeniaBzzz commented 7 months ago

You are trying to configure Okta (which is available only for pro CB versions) for http, am I right? If so, it is expected behavior for now.

We are going to add Okta http support in 24.0.0 (which will be released in two weeks). As a workaround you can use https.

EvgeniaBzzz commented 6 months ago

Please, try version 24.0.0, there were made some improvements. If the issue is still happening, please let us know and provide additional information.