Add OIDC login to Micronaut and Quarkus
mraible opened this issue · 0 comments
mraible commented
I tried to make the Micronaut and Quarkus examples use OIDC login but failed. This issue is to track fixing them. You can compare the examples in this project with the https://github.com/okta-samples projects to see what's different.
Quarkus’s OIDC support doesn’t work with Auth0 because there’s no end_session_endpoint
in the OIDC metadata.
If I comment out these properties, the app starts.
#quarkus.oidc.logout.path=/logout
#quarkus.oidc.logout.post-logout-path=/