CDLUC3 / dmptool

DMPTool version of the DMPRoadmap codebase
https://dmptool.org
MIT License
58 stars 13 forks source link

Error on logout when enabling shibboleth in dmproadmap.xml #493

Closed fcsousaunifesp closed 6 months ago

fcsousaunifesp commented 1 year ago

**What version of the DMPRoadmap code are you running? v4.0.9

Good morning. I have the following situation. When I set the parameter shibbolet_enabled=true in /config/dmproadmap.yml:

Enable shibboleth as an alternative authentication method

Requires server configuration and omniauth shibboleth provider configuration

See config/initializers/devise.rb

shibboleth_enabled: false

shibboleth_enabled: true <----------------------------------------------------------- logout_shibboleth

I get the following url when logging out of a session:

http://localhost:3000/Shibboleth.sso/Logout?return=https://pgd.ibict.br/

How can I fix this logout url?

Best Regards

fcsousaunifesp commented 1 year ago

Goog morning. Corrected, changing the variable: DMPROADMAO_SERVER_HOST i. file ./env.

Thanks