Add support for authentication with OIDC #1003
Unanswered
winston0410
asked this question in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if Shiori would support single sign on using OIDC, and also support disabling registration with username and password completely. To implement this, I guess we will need the following env variables:
This will only support one OIDC provider. If we want to support multiple providers, allowing a configuration file would be ideal.
And then we map the
sub
claim from the JWT token we retrieve from OIDC provider to the user id used by Shiori right now.Beta Was this translation helpful? Give feedback.
All reactions