auth0-java-oauth-examples icon indicating copy to clipboard operation
auth0-java-oauth-examples copied to clipboard

Add OIDC login to Micronaut and Quarkus

Open mraible opened this issue 1 year ago • 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=/

mraible avatar Feb 17 '23 00:02 mraible