configure logo for PS
This commit is contained in:
parent
7d249bc7be
commit
000a0d0809
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,9 @@ server.context-path=/eidas-ps
|
|||
proxy-service.path.prefix=${spring.config.location}..
|
||||
proxy-service.config.location=file://${spring.config.location}
|
||||
|
||||
proxy-service.image.logo=classpath:img/sc-logo-temporary.svg
|
||||
proxy-service.image.icon=classpath:img/sc-logo-temporary-notext.svg
|
||||
|
||||
# Service port connector settings
|
||||
server.port=8443
|
||||
#server.ssl.key-store=${proxy-service.path.prefix}/keystore/sslSnakeOil.p12
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#EntityID of the n
|
||||
natsp.entityId=${proxy-service.domain.prefix}/nat-ps-sp
|
||||
natsp.logos={\
|
||||
'${proxy-service.domain.prefix}/image/logo.svg':'60,171',\
|
||||
'${proxy-service.domain.prefix}/image/icon.svg':'32,32'\
|
||||
}
|
||||
natsp.displayNames={\
|
||||
en:'Swedish Citizen Adapter',\
|
||||
sv:'Sveriges internationella legitimeringsnod'\
|
||||
|
|
Loading…
Add table
Reference in a new issue