catalyst / moodle-auth_userkey

Log in to Moodle using one time user key based login URL. Auth plugin for organising simple SSO (single sign on) between moodle and your external web application.
https://moodle.org/plugins/auth_userkey
81 stars 53 forks source link

integration with oauth2 authentication #100

Closed ilseva closed 10 months ago

ilseva commented 10 months ago

Hi, I succesfully configured the plugin to obtain a userkey, but I would like to call the web service using the JWT token obtained from our IDP. We already configured moodle to use keycloak as IDP for the authentication.

Is it possible to skip the wstoken parameter?

dmitriim commented 10 months ago

Hi @ilseva I think your question is not related to the plugin, but more like generic moodle question. I'd recommend to ask in forums https://moodle.org/mod/forum/

dmitriim commented 10 months ago

Maybe you should set up SSO using SAML plugin https://github.com/catalyst/moodle-auth_saml2 rather than using auth_userkey?

ilseva commented 10 months ago

Hi @ilseva I think your question is not related to the plugin, but more like generic moodle question. I'd recommend to ask in forums https://moodle.org/mod/forum/

thanks, I already wrote in the forum... anyone reply