axelroy
axelroy
Thank you so much for maintaining this repository, you've done an incredible job. The 2.0 version seems to fix all the bug remaining in the application I'm currently on, it's...
Greetings @mdaur, I've seen the same issue, and I've been testing your PR, it fixes nicely this issue. It seems to not be processed due top the Legal Agreements that...
Hi @KOTTIRAMSAI , As @aktivk said before, you can either setup the hawkbit-mgmt-api-defaults.properties like this : ``` spring.security.oauth2.client.registration.oidc.client-id=account spring.security.oauth2.client.registration.oidc.client-secret=secret spring.security.oauth2.client.provider.oidc.issuer-uri=http://localhost:8080/auth/realms/master spring.security.oauth2.client.provider.oidc.authorization-uri=http://localhost:8080/auth/realms/master/protocol/openid-connect/auth spring.security.oauth2.client.provider.oidc.token-uri=http://localhost:8080/auth/realms/master/protocol/openid-connect/token spring.security.oauth2.client.provider.oidc.user-info-uri=http://localhost:8080/auth/realms/master/protocol/openid-connect/userinfo spring.security.oauth2.client.provider.oidc.jwk-set-uri=http://localhost:8080/auth/realms/master/protocol/openid-connect/certs ``` Or directly into your docker-compose...