geosolutions-it / MapStore2

The solution to create and share maps, dashboards, geostories with 3D support on the web. And it is open-source too!
https://mapstore.geosolutionsgroup.com/
Other
515 stars 403 forks source link

Generic OpenID connect provider - Documentation update request #10666

Closed mdaehnert closed 1 week ago

mdaehnert commented 2 weeks ago

Description

Since release 2024.01, there is support for generic OpenID Connect provider. Unfortunately the documentation isn't updated so far. Therefore setting up a generic provider is hard to understand and needs to be fetched from multiple PRs and Issue comments from MapStore2 and GeoStore.

It would be great, if the following elements can be documented:

Documentation section involved

Other useful information

I'm also stuck at setting proper mapstore-ovr.properties configuration so far. My server is failing to build locally if I add elements for oidcOAuth2Config. No exceptions and frontend loads, but backend returns 404 on each call (google: http://localhost:8081/rest/geostore/openid/google/login and generic oidc: http://localhost:8081/rest/geostore/openid/oidc/login and ). If you could add a working example for the file in here early on, this would help me a lot! Thanks.

tdipisa commented 2 weeks ago

@mdaehnert thank you for reporting. We will check and try to improve the documentation for next releases.

offtherailz commented 1 week ago

Hi @mdaehnert . I checked it. The latest pointer was pointing to an older version of the documentation, because of a misconfiguration due to build system. Now it should point to the documentation you need. Thank you very much for reporting. 👍 I'm going to close this issue.