Results 3 comments of Laurent GARTNER

I've found a solution (temporary, maybe ???), I've add "$url->forceScheme('https');" as describe here : https://medium.com/@tiwarishani/how-to-force-laravel-to-use-https-in-url-and-assets-7f99f5a18b00 It works... for now :D

Yeah ! It works !

the full error message : ``` jelu_1 | org.springframework.security.oauth2.core.OAuth2AuthenticationException: null jelu_1 | at io.github.bayang.jelu.security.oauth2.AppOAuth2UserServiceConfiguration.tryCreateNewUser(AppOAuth2UserServiceConfiguration.kt:83) ~[classes/:0.66.3] jelu_1 | at io.github.bayang.jelu.security.oauth2.AppOAuth2UserServiceConfiguration.oidcUserService$lambda$1(AppOAuth2UserServiceConfiguration.kt:70) ~[classes/:0.66.3] jelu_1 | at org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider.authenticate(OidcAuthorizationCodeAuthenticationProvider.java:158) ~[spring-security-oauth2-client-6.3.3.jar:6.3.3] jelu_1 | at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:182) ~[spring-security-core-6.3.3.jar:6.3.3]...