changing logo and icon for proxy in Test

This commit is contained in:
Maria Haider 2023-08-30 14:20:42 +02:00
parent 126498bb7d
commit 992511bde3
Signed by: mariah
GPG key ID: 7414A760CA747E57
3 changed files with 28 additions and 2 deletions

View file

@ -7,8 +7,8 @@ server.servlet.context-path=/eidas-ps
#proxy-service.path.prefix=${spring.config.additional.location}..
#proxy-service.config.location=file://${spring.config.additional.location}
proxy-service.image.logo=${spring.config.additional.location}/img/sweden-connect-color-yellow-on-blue.svg
proxy-service.image.icon=${spring.config.additional.location}/img/sweden-connect-color-yellow-on-blue-no-text.svg
proxy-service.image.logo=${spring.config.additional.location}/img/idp-logo.svg
proxy-service.image.icon=${spring.config.additional.location}/img/idp-logo-notext.svg
# Service port connector settings
server.port=8443

View file

@ -0,0 +1,9 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="64" width="64" height="64" fill="#CD7A6E"/>
<rect x="128" y="64" width="64" height="64" fill="#695F59"/>
<rect x="192" y="64" width="64" height="64" fill="#B4AFAC"/>
<path d="M0 128H64V192H0V128Z" fill="#5A6751"/>
<rect x="64" y="128" width="64" height="64" fill="#ACB3A8"/>
<rect x="192" y="128" width="64" height="64" fill="#F4E0CE"/>
<rect x="128" y="192" width="64" height="64" fill="#D59151"/>
</svg>

After

Width:  |  Height:  |  Size: 515 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB