File tree Expand file tree Collapse file tree
myconext-server/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121NOTES.md
2222dep.tree
2323application-test2.yml
24+ application-dev.yml
2425api-docs.json
2526dist
2627account-gui /public /index.html
Original file line number Diff line number Diff line change 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
53host_headers :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments