Skip to content

Commit

Permalink
Add oidcUserInformationUrl to be able to implement it
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 31, 2025
1 parent 1795715 commit 929774b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion geoportal/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ vars:
resolutions: *resolutions
gmfDatasourceOptions:
arcgisWMSInfoFormat: application/geo+json
gmfAuthenticationConfig:
oidcUserInformationUrl: https://sso.geomapfish-demo.prod.apps.gs-ch-prod.camptocamp.com/ui/console/users/me
#oidcUserInformationUrl: https://geomapfish-demo-sso.camptocamp.com/ui/console/users/me
routes:
# TODO: remove when the OpenId Connect pull request is merged
oidcLoginUrl:
Expand Down Expand Up @@ -780,7 +783,8 @@ vars:

authentication:
openid_connect:
url: https://sso.geomapfish-demo.prod.apps.gs-ch-prod.camptocamp.com
url: https://sso.geomapfish-demo.prod.apps.gs-ch-prod.camptocamp.com/
#url: https://geomapfish-demo-sso.camptocamp.com/
client_id: '288833770369390672'
query_user_info: True
create_user: True
Expand Down

0 comments on commit 929774b

Please sign in to comment.