You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I follow the instructions in that guide up to the suggestion of running ./gradlew run the app fails to start.
I think the issue is that OAUTH_ISSUER is not set. In the downloadable source code micronaut.security.oauth2.clients.default.openid.issue has a value of https://accounts.google.com in src/main/resources/application.yml but in src/main/resources/application-dev.yml the value is ${OAUTH_ISSUER}.
The text was updated successfully, but these errors were encountered:
https://guides.micronaut.io/latest/micronaut-oauth2-oidc-google-gradle-java.html
When I follow the instructions in that guide up to the suggestion of running
./gradlew run
the app fails to start.I think the issue is that
OAUTH_ISSUER
is not set. In the downloadable source codemicronaut.security.oauth2.clients.default.openid.issue
has a value ofhttps://accounts.google.com
insrc/main/resources/application.yml
but insrc/main/resources/application-dev.yml
the value is${OAUTH_ISSUER}
.The text was updated successfully, but these errors were encountered: