Skip to content

Commit 316c4ba

Browse files
committed
fix issuer-uri's
1 parent ba7a4f7 commit 316c4ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/resources/application-console.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spring:
3333
provider:
3434
keycloak:
3535
user-name-attribute: preferred_username
36-
issuer-uri: https://auth.content-cloud.eu/auth/realms/contentcloud-dev
36+
issuer-uri: https://auth.content-cloud.eu/realms/contentcloud-dev
3737
registration:
3838
keycloak:
3939
client-id: contentcloud-gateway
@@ -45,4 +45,4 @@ spring:
4545

4646
resourceserver:
4747
jwt:
48-
issuer-uri: https://auth.content-cloud.eu/auth/realms/contentcloud-dev
48+
issuer-uri: https://auth.content-cloud.eu/realms/contentcloud-dev

src/main/resources/application-keycloak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spring:
77
provider:
88
keycloak:
99
user-name-attribute: preferred_username
10-
issuer-uri: http://${DOCKER_HOST_IP:172.17.0.1}:8090/auth/realms/contentcloud-gateway
10+
issuer-uri: http://${DOCKER_HOST_IP:172.17.0.1}:8090/realms/contentcloud-gateway
1111
registration:
1212
keycloak:
1313
client-id: contentcloud-gateway
@@ -20,4 +20,4 @@ spring:
2020
# JWT Bearer authentication
2121
resourceserver:
2222
jwt:
23-
issuer-uri: http://${DOCKER_HOST_IP:172.17.0.1}:8090/auth/realms/contentcloud-gateway
23+
issuer-uri: http://${DOCKER_HOST_IP:172.17.0.1}:8090/realms/contentcloud-gateway

0 commit comments

Comments
 (0)