oktadev/auth0-java-oauth-examples

Add OIDC login to Micronaut and Quarkus

mraible opened this issue · 0 comments

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.

Screenshot 2023-02-06 at 16 12 55

If I comment out these properties, the app starts.

#quarkus.oidc.logout.path=/logout
#quarkus.oidc.logout.post-logout-path=/