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
I am not really developer, so someone needs to check this but I have the impression these are buggy. Important with testing is thus that you block every other outgoing traffic except to the proxy. Otherwise you do not notice that some request are going past the proxy.
when running in a proxy environment only, the issuer-uri is being gotten without proxy, resulting in a startup failure
java -Dhttps.proxyHost= -Dhttps.proxyPort= etc
when commenting out the issuer-uri, something changes in the auth process and even though all custom endpoints are taken directly from the issuer-uri. Some issue arises during Spring Security's processing of the token, likely in .oauth2Login, when it tries to validate the token's claims or associate it with the client registration.
I think it is also weird that an application fails on startup when some external service is not available. The default should be just starting no need to check and download stuff.
I am not really developer, so someone needs to check this but I have the impression these are buggy. Important with testing is thus that you block every other outgoing traffic except to the proxy. Otherwise you do not notice that some request are going past the proxy.
java -Dhttps.proxyHost= -Dhttps.proxyPort= etc
https://stackoverflow.com/questions/79551156/spring-boot-starter-oauth2-client-app-never-starts-when-oauth-host-unreachable
spring-projects/spring-boot#44985 (comment)
The text was updated successfully, but these errors were encountered: