Skip to content

Commit 721346b

Browse files
authored
fix: update default oidc auth url
1 parent ed279fd commit 721346b

File tree

1 file changed

+1
-1
lines changed
  • extension/spring-boot-starter-camunda-operate/src/main/resources/operate-profiles

1 file changed

+1
-1
lines changed

extension/spring-boot-starter-camunda-operate/src/main/resources/operate-profiles/oidc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ operate:
33
profile: oidc
44
enabled: true
55
base-url: http://localhost:8081
6-
auth-url: http://localhost:18080/auth/realms/camunda-platform/openid-connect/token
6+
auth-url: http://localhost:18080/auth/realms/camunda-platform/protocol/openid-connect/token
77
audience: operate-api
88

0 commit comments

Comments
 (0)