GitHub user lprimak added a comment to the discussion: Making OIDC work with Shiro
Hi, Paul, OIDC is an authentication mechanism. Usually, you have to pick one authentication mechanism, not both. If you want to use OIDC, you have to use an OIDC provider (Pac4j/Keycloak, etc). In that case, Shiro becomes authorization provider only, and realm needs integration with the authentication provider (OIDC) This is why there is additional complexity with Pac4j. I am not familiar with Jena / Fuseki to speak specifically of those two. GitHub link: https://github.com/apache/shiro/discussions/2423#discussioncomment-15850407 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
