Does indico support authentication with ORCID?

Does anyone know if it is possible to set up indico to use ORCID for authentication? I read the documentation (Authentication — Indico 3.3.9 documentation) but there is no mention of either ORCID or openID.

The documentation says that indico uses Flask-Multipass, but their documentation is equally terse.

Just looking for advice before wasting my time on this!

Hello,

I don’t know for sure for ORCID, but indico can support Keycloak so I’m just guessing that OpenID and others can be supported directly as well.

There is a previous topic which was open for the Keycloak configuration : Using Keycloak SSO

Hope it’ll help.

Yes, if ORCID has OIDC then you can use the authlib multipass provider.

If not, you’d need to create your own multipass provider package and install that.