You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non all solid servers have to act as OIDC providers, some will only act as origins for datasets.
Server with OIDC provider mode disabled would always verify identity with other IDPs using WebID-TLS and WebID-OIDC but very unlikely need username/password, password resets and all other IDP specific features.
Possibly all the OIDC provider logic could work as middleware which gets loaded only if config enables it.