You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be useful to have a way to change the default 8080 port of the example RP to a different one. And also update the oidc uris accordingly. I've tried to edit the application.yml file adding
port: 8005
under the server: tag, but it seems not to use the application.yml file when running.
Is there a way to do this?
The text was updated successfully, but these errors were encountered:
Sorry for being late, i've tested right now by changing the default server port in spid-cie-oidc-java/examples/relying-party-spring-boot/src/main/resources/application.yml
server:
error:
# This is an example project for developers. We could expose stacktrace
include-stacktrace: always
port: 8005
Thanks for the answer. At the time, I ended up keeping the original 8000 port. Today I have tried again, I've noticed that by using docker to run the example it does not edit the port, instead, building and running with maven works correctly
It could be useful to have a way to change the default 8080 port of the example RP to a different one. And also update the oidc uris accordingly. I've tried to edit the application.yml file adding
under the
server:
tag, but it seems not to use the application.yml file when running.Is there a way to do this?
The text was updated successfully, but these errors were encountered: