OSC / ood_auth_registration

(DEPRECATED - we now use Keycloak for identity brokering) OSC OnDemand Open ID Connect CI Logon Registration page
MIT License
1 stars 1 forks source link

Users can't logout #5

Closed nickjer closed 7 years ago

nickjer commented 8 years ago

A user who logs into CILogon and is presented with the Registration page is unable to logout to re-authenticate with another account. The user is forced to register in order to logout.

brianmcmichael commented 8 years ago

This issue is also described in https://github.com/AweSim-OSC/osc-ondemand/issues/133

ericfranz commented 7 years ago

Add a "Logout" link in the menu in the top right corner. Logout URL be /oidc?logout=https%3A%2F%2Fondemand.osc.edu where the "logout" query param is actually the base url of the register page that we want to go back to. Perhaps the Logout URL should be a config option in the PHP config too.

brianmcmichael commented 7 years ago

Logout button added at https://github.com/OSC/ood_auth_registration/pull/9