Skip to content

Commit 02e823e

Browse files
#542 Moves OIDC urls to dev profile (git-ignored)
1 parent fd2fe9c commit 02e823e

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ log
2121
NOTES.md
2222
dep.tree
2323
application-test2.yml
24+
application-dev.yml
2425
api-docs.json
2526
dist
2627
account-gui/public/index.html

myconext-server/src/main/resources/application-servicedesk.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Spring profile: 'servicedesk'
2-
# Activate with -Dspring.profiles.active=servicedesk (or SPRING_PROFILES_ACTIVE=servicedesk)
31
# Overrides for running the backend in Service Desk mode (servicedesk-gui as the front-end).
42

53
host_headers:

myconext-server/src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,10 @@ spring:
315315
provider: oidcng
316316
provider:
317317
oidcng:
318-
authorization-uri: "https://connect.test2.surfconext.nl/oidc/authorize"
319-
token-uri: "https://connect.test2.surfconext.nl/oidc/token"
320-
user-info-uri: "https://connect.test2.surfconext.nl/oidc/userinfo"
321-
jwk-set-uri: "https://connect.test2.surfconext.nl/oidc/certs"
318+
authorization-uri: "http://localhost:8098/oidc/authorize"
319+
token-uri: "http://localhost:8098/oidc/token"
320+
user-info-uri: "http://localhost:8098/oidc/userinfo"
321+
jwk-set-uri: "http://localhost:8098/oidc/certs"
322322
user-name-attribute: sub
323323
user-info-authentication-method: client_secret_basic
324324

0 commit comments

Comments
 (0)