asmecher / subscriptionSSO

Subscription SSO (single-sign-on) plugin for OJS.
GNU General Public License v3.0
4 stars 7 forks source link

option for a dynamic login/logout button depending on SSO status #14

Closed sarangtc closed 1 month ago

sarangtc commented 3 months ago

Is there a way to have a dynamic login or logout button depending on whether the user is signed in to SSO (in my case a WordPress site)

of course the login button would link to the SSO login page, and not OJS's login page.

asmecher commented 1 month ago

@sarangtc, not as it's currently coded. If you want to code a proper SSO, I'd suggest working with OpenID or Shibboleth; this is a very simple work-around for systems that don't support a full SSO setup.