This example demonstrates integration with OIDC (Open ID Connect) providers.
MP example that integrates with an OIDC provider.
To configure this example, you need to replace the following:
- src/main/resources/application.yaml - set security.properties.oidc-* to your tenant and application configuration
Run the "OidcMain" class for file configuration based example.
The example is already set up to read
${user.home}/helidon/conf/examples.yaml to override defaults configured
in application.yaml.
mvn package
java -jar target/helidon-examples-microprofile-security-oidc-login.jar